/* CSS Document */

body, input, select, textarea {
	margin: 0px;
	background-color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: black;
}

a {
	color:#940101;
}

img {
	border: 0px;
}

a:hover {
	color:#FF0000;
}

a.sublink {
	color:#153374;
}

a.sublink:hover {
	color:red;
}



.greybox {
	background-color: #EBEBEB;
}

.darkgreybox {
	background-color: #CDCDCD;
}

.copyright {
	font-size: 9px;
	text-align:right;
	color: #001451;
}

.newsbold {
	font-weight: bold;
}

.sectionheader {
	font-weight: bold;
	font-size:12px;
	color:#940101;
}

.bighead {
	font-weight: bold;
	font-size:11px;
	color:#153374;
}

.subnaviheader {
	font-weight: bold;
	font-size:12px;
	color:black;
}

.subnote {
	font-size: 9px;
}

.newscredit {
	font-size: 10px;
	color:#0033FF;
	font-style:italic;
}

.sublinkbullet {
	color:#153374;
}

.regbox {
	border: 1px solid #153374;
}

.must {
	color:#FF0000;
}
