/* CSS Document */

body, td, input, select, textarea { FONT-FAMILY:Arial, Helvetica, sans-serif; FONT-SIZE: 12px; line-height: 15px; color: #000000; }


A:link           {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;

}
A:active         {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
A:visited        {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
A:hover          { color: #000000; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline }

A.mainmenu {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: left;

}
A.mainmenu:visited {
	color: #F7F7F7;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
A.mainmenu:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family:verdana;
	font-size: 11px;
	font-weight: normal;}	
	


.pgHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #385281;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006666;
}
.ttl2 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
	color: #333333;
}
.tbleHd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	left: 2px;
	font-weight: bold;
}
 
 .tbleHdB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	left: 2px;
	font-weight: bold;
}
 
input, select, textarea {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    background-color: #f3f3f9;
    border: 1px solid #669;
}
input:focus, textarea:focus {
    background-color: #fff;
    border: 1px solid #99f;
}
.button, .button:focus {
    background-color: #339;
    border-bottom: 1px solid #333;
    border-right: 1px solid #000;
    border-left: 1px solid #C4C4B8;
    border-top: 1px solid #C4C4B8;
    -moz-border-radius: 5px;
}
.button:hover {
    background-color: #66a;
}

a.fixed {
    color: #339;
}

