/* New Cerader Style Sheet*/

/* Default font styles & size */
PRE {font-family:Courier}

TD, TH, FONT, BODY 	{
				font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
				font-size:8pt;
				text-align:center;
				color:#666666;
			    background-color:#ffffff
				}
TD.banner {background:#003300 url(none); color:#FFFFFF; font-size=10pt; text-align:right}
TD.box {background:#003300; color:#ffffff;}
TD.banner_purp {background:#660000 url(none); color:#FFFFFF; font-size=10pt; text-align:right}
TD.box_purp {background:#660000; color:#ffffff;}

TD.comment {font-weight:bold; font-style:italic}
TD.copyright {font-size:8pt; font-style:italic; text-align:left}
TD.links {color:#000000}
/* This highlights a link when onMouseOver (IE only) */
a:hover {color:#cc0000; text-decoration: underline overline ; background-color: none}
/* and these are the default settings for links */
a:link  {color:#666666}
a:alink {color:#666666}
a:vlink {color:#666666}
