/* banner.css - Stylesheet for ACJS-AEJC 
v1.2 - 2008-01-23 */

body, p, td, ol, li, ul, blockquote, cite {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000000;
	background: #E5F1FD;
}
.acjs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	background: #E5F1FD;
}
.announce {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #E5F1FD;
	font: bold;
}
.count {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #E5F1FD;
	font: bold;
}

/* Regular Links */
a:link,a:visited,a:active {color: #003799; text-decoration: none; font-weight: bold;  text-decoration: none; }
a:hover {color:#CC0000; text-decoration: underline; font-weight: bold;  }

/* BEGIN Special Home Page ALERT LINK Feature */
.alert:link,.alert:visited,.alert:active {
	color: #003799;
	text-decoration: none;
	background: transparent;
	font-family: "MS Sans Serif", Geneva, sans-serif; 
	font-size: 18px;
	font-weight: bold;
} 
.alert:hover {
	color: #CC0000;
	background: transparent;
	BORDER-BOTTOM: 1px solid #CC0000;
	text-decoration: none;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
/* END Special Home Page ALERT LINK Feature */


