/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #2d0002;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.shadowLeft {
	background-image: url(common/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.shadowRight {
	background-image: url(common/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.whiteText{
	color:#FFFFFF;
}
.headerText {
	font-size: 16px;
	color: #660000;
	font-weight: bold;
}

hr{
	color:#660003;
	height:1px;
}
a:link {
	color: #CC0000;
}
a:hover {
	color: #7DCFFD;
}


.headlineText{
	font-size:14px;
	color:#06486e;
	font-weight:bold;
}
.dailyBroadcastBG {
	background-color: #460204;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFFFFF;
}
.newsletterField {
	height: 14px;
	width: 110px;
}
a.smallLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
a.smallLink:hover{
	color:#FFFFFF;
	text-decoration: none;
}
a.smallLink:link{
	color:#999999;
	text-decoration: none;
}
.redHeaderBG {
	background-image: url(common/hd_red_bg.gif);
	background-repeat: repeat;
}
.blueHeaderBG {
	background-image: url(common/hd_blue_bg.gif);
	background-repeat: repeat;
}

