/* anchor styles
---------------------------------------- */
a:link 		{ color:#0065B4; text-decoration:none; }
a:visited 	{ color:#0065B4; text-decoration:none; }
a:hover		{ color:#0065B4; text-decoration:underline; }
a:active	{ color:#0065B4; text-decoration:none; }

/* background color styles
---------------------------------------- */
.bgBlue1	{ background-color:#0065B4;	}

.bgYellow1	{ background-color:#FFEBCA;	} /* lighter */
.bgYellow2	{ background-color:#FFBB47;	} /* darker */

/* body styles
----------------------------------------*/
body { background-color:#FFFFFF; }

/* font styles
---------------------------------------- */
body,td,ul,tt {
color:#333333; 
font-family:verdana,arial,helvetica,sans-serif;  
font-size:11px;
margin:0px;
}

font { /* override <font></font> */
color:#333333; 
font-family:verdana,arial,helvetica,sans-serif;  
font-size:11px;
}

font { /* override <font></font> */
color:inherit;
font-family:inherit;
font-size:inherit;
}

/* footer styles
---------------------------------------- */
a.footer:link 		{ color:#000000; text-decoration:none; }
a.footer:visited 	{ color:#000000; text-decoration:none; }
a.footer:hover		{ color:#000000; text-decoration:underline; }
a.footer:active		{ color:#000000; text-decoration:none; }

/* form styles
---------------------------------------- */
.field { width:160px; }

form,input,select,textarea {
color:#676A73;
font-family:verdana,arial,helvetica,sans-serif; 
font-size:11px;
margin:0px;
}

/* margin styles
---------------------------------------- */

/* td styles
---------------------------------------- */
td { vertical-align:top }

/* text 1 styles // smaller
---------------------------------------- */
.text1 { 
font-family:arial,helvetica,sans-serif;
font-size:10px;
}

/* text 2 styles
---------------------------------------- */
.text2 { font-size:9.4px; }

/* text styles
---------------------------------------- */
.textBlue1 { color:#0065B4; }