/* General page style. */

body 
{
	background-color: #CCEECC;
    background-image: url("../images/bkgnd.gif");
}

/* General text CSS for common text */

font,th,td,p 
{
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color : #004000;
	font-size: 14px; 
	font-weight: normal; 
	text-decoration: none; 
}

a:link 
{ 
	color : #006000; 
	font-weight: normal; 
	text-decoration: none; 
}

a:visited 
{ 
	color : #007000; 
	font-weight: normal; 
	text-decoration: none; 
}

a:active 
{ 
	color : #00FF00; 
	font-weight: bold; 
	text-decoration: none; 
}

a:hover	
{ 
	color : #00FF00; 
	font-weight: bold; 
	text-decoration: none; 
}

/* Text tags for alternate sizes */


/* The h1 and h2 styles. */

.maintitle,h1	
{
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color : #008000;
	font-size: 26px; 
	font-weight: bold; 
	text-decoration: none; 
	line-height : 120%; 
}

.maintitle,h2	
{
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color : #008000;
	font-size: 22px; 
	font-weight: bold; 
	text-decoration: none; 
	line-height : 120%; 
}

/* The alternate font size styles. */

.genxxl 
{ 
	font-size : 18px; 
}

.genxl 
{ 
	font-size : 16px; 
}

.genlg 
{ 
	font-size : 14px; 
}

.gen 
{ 
	font-size : 12px; 
}

.genmed 
{ 
	font-size : 11px; 
}

.gensmall 
{ 
	font-size : 10px; 
}

.genxxl,.genxl,.genlg,.gen,.genmed,.gensmall 
{ 
	color : #003000; 
}

a.genxxl,a.genxl,a.genlg,a.gen,a.genmed,a.gensmall 
{ 
	color: #009A19; 
	font-weight: normal; 
	text-decoration: none; 
}

a.genxxl:visited,a.genxl:visited,a.genlg:visited,a.gen:visited,a.genmed:visited,a.gensmall:visited 
{ 
	color: #027C13; 
	font-weight: normal; 
	text-decoration: none; 
}

a.genxxl:hover,a.genxl:hover,a.genlg:hover,a.gen:hover,a.genmed:hover,a.gensmall:hover	
{ 
	color: #59F760; 
	font-weight: bold; 
	text-decoration: underline; 
}

a.genxxl:active,a.genxl:active,a.genlg:active,a.gen:active,a.genmed:active,a.gensmall:active	
{ 
	color: #59F760; 
	font-weight: bold; 
	text-decoration: underline; 
}


/* Alert Notice added 04-23-2006 */

.alert	
{
    font-size : 14px;
	font-weight: bold; 
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color : #FF0000;
}
.alertlg	
{
    font-size : 18px;
	font-weight: bold; 
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color : #FF0000;
}



/* Header text added 04/26/2006 */

.headertext
{
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none; 
	line-height : 120%; 
}

.genheadlg 
{ 
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF; 
	font-size : 14px; 
	font-weight : normal;
	text-decoration: none;
}

.genhead 
{ 
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF; 
	font-size : 10px; 
	font-weight : normal;
	text-decoration: none;
}

a.headertext,a.genheadlg,a.genhead
{ 
	color : #AAFFAA; 
	font-weight : normal;
	text-decoration: none;
}

a.headertext:visited,a.genheadlg:visited,a.genhead:visited
{ 
	color : #99FF99; 
	font-weight : normal;
	text-decoration: none;
}

a.headertext:hover,a.genheadlg:hover,a.genhead:hover
{ 
	color : #FFFFFF; 
	font-weight : bold;
	text-decoration: underline;
}

a.headertext:active,a.genheadlg:active,a.genhead:active
{ 
	color : #FFFFFF; 
	font-weight : bold;
	text-decoration: underline;
}


hr	
{ 
	height: 1px; border: 
	solid #008000 1px; 
	border-top-width: 1px;
}

/* List Buttons added 02-17-2006 */

UL
{
	list-style-image:url('../images/diverbutton_ul.jpg');
	color: #008000; 
	font-weight: normal; 
	text-align: left;
}


/**************************************************************************
 *
 * Button Styles added 11/16/2006
 *
 *************************************************************************/


input.shortbutton
{	
	color: #FFFFFF; 
	font-weight: bold; 
	width: 100px;
  	height: 25px;
  	margin: 0;
  	padding: 0;
  	border: 0;
  	background: url("images/shortbutton.gif") no-repeat center ;
}

input.longbutton
{	
	color: #FFFFFF; 
	font-weight: bold; 
	width: 150px;
  	height: 25px;
  	margin: 0;
  	padding: 0;
  	border: 0;
  	background: url("images/longbutton.gif") no-repeat center ;
}

/* General Table Cells - Added 4/22/2006 */

TABLE.main_page
{
	width: 700px; 
	align: center;
	border: 0; 
	cellspacing: 0;
	cellpadding: 0;
}

TD.main_page
{
	width: 100%; 
	background: #ffffff; 
	valign: top;
	text-align: center;
}

TD.main_page_2
{
	width: 100%; 
	background: #ffffff; 
	valign: top;
	text-align: left;
}

TD.main_page_l
{
	width: 300px; 
	background: #ffffff; 
	text-align: left;
	border: 0; 
	cellspacing: 0;
	cellpadding: 0;
}

TD.main_page_r
{
	width: 400px; 
	background: #ffffff; 
	text-align: right;
	border: 0; 
	cellspacing: 0;
	cellpadding: 0;
}

TD.main_page_header
{
	width: 100%; 
	height: 25px; 
	background: #008800; 
	background-image: url("images/header.jpg");
	valign: top;
	text-align: center
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff; 
	font-size: 14px; 
	font-weight: bold; 

}

TD.main_page_footer
{
	width: 100%; 
	height: 25px; 
	background: #008800; 
	background-image: url("images/footer.jpg");
	valign: top;
	text-align: center
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff; 
	font-size: 14px; 
	font-weight: bold; 

}


TABLE.navbar
{
	background: #EFEFEF; 
	width: 700px; 
	align: center;
	border: 0; 
	cellspacing: 0;
	cellpadding: 0;
}

TD.navbar
{
	width: 70px; 
	height: 27px; 
    background-image: url("../images/tile_back.jpg");
	valign: top;
	text-align: center;
	color: #ffffff; 
	
}
a.navbar

{
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff; 
	font-size: 14px; 
	font-weight: normal; 
	text-decoration: none; 
}

a.navbar:visited

{
	color: #FFEFEF; 
	font-size: 14px; 
	font-weight: normal; 
	text-decoration: none; 
}


a.navbar:hover

{
	color: #FFFF00; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none; 
}


a.navbar:active

{
	color: #FFFF00; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none; 
}