
/*   TD, TABLE, P   */
TD, TABLE, P
{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}



/*   Text Styles   */
.headline {
	font-size: 13pt;
	line-height: 15pt;	
	color: #003366;
	font-weight: bold;
}

.subhead {
	font-size: 10pt;
	color: #003366;
}

.tagline {
	font-size: 12pt;
	color: #003366;
	font-style: italic;
	font-weight: bold;
}

.bluebold {
	color: #003366;
	font-weight: bold;
}

.bluetext {
	color: #003366;
}
.smalltext {
	font-size: 8pt;
}
/*   Error reporting   */
.error {
	color: #CC0000;
}



/*  Update Styles  */
.update_head {
	color: #003366;
	font-weight: bold;
}
.update_subhead {
	font-size: 8pt;
	font-style: italic;
}
.update_content {
	font-size: 8pt;
}
.update_date {
	font-size: 7pt;
	color: #666666;
}



/*  Footer Style  */
.footer {
	font-family: Times,Times New Roman,Georgia,serif;
	color: #666666;
	font-style: normal;
	font-style: normal;
	font-size: 9pt;
	line-height: 7pt;
}



/*   A   */
a:link {color:#003366;}
a:visited {color:#003366;}
a:active {color:#CC0000;}
a:hover {color:#CC0000; text-decoration:none;}


/*   A nav for admin   */
a.nav:link {color:#003366;}
a.nav:visited {color:#003366;}
a.nav:active {color:#CC0000;}
a.nav:hover {color:#CC0000; text-decoration:none;}