/* CSS Document */

/* ------------------------------- formatting ----------------------------- */
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color:#cccccc;
	margin:0;
	padding:0;
}
p, div, td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}


.small {
	font-family: verdana, arial, sans-serif; 
	font-size: 8pt; 
	/*font-weight: bold*/
}
.large {
	font-size: 14pt;
	font-weight: bold;
}
.blue {
	background-color: #006699; 
	color: #ffffff; 
	font-family: verdana, arial, sans-serif; 
	font-size: 8pt; 
	font-weight: bold
}

a.white:link{color:#ffffff;font-size: 12px;}
a.white:visited{color:#ffffff;font-size: 12px;}
a.white:hover{color:#ffffff;font-size: 12px;text-decoration:none;}
a.white:active{color:#ffffff;font-size: 12px;}


#newsflash {
	position: absolute;
	top:30px;
	left:260px;
	width:35%;
	font-size: 14px;
	font-weight: bold;
	color: red;
}


