body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url('../images/body_bg.gif');
	background-repeat: repeat-x
}
a:link
{
	font-weight: bold;
	text-decoration: none;
	color:#993399;
}
a:visited
{
	font-weight: bold;
	text-decoration: none;
	color:#993399;
}
a:hover, a:active
{
	text-decoration: underline;
	color: #74529A;
}

.whiteFont
{
	color: White;
}

.redFont
{
	color: red;
}

.redFontBold
{
	font-weight: bold;
	color: Red;
}

.blueFontBold
{
	font-weight: bold;
	color: #003366;
}
.countDown
{
	color: white;
	background-color: #003366;
	font-weight: bolder;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding: 3px;
}

.countDownRed
{
	color: white;
	background-color: red;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	font-weight: bold;
	display: block;
	text-align:center;
	width: 500px;
}

#dropmenudiv
{
	border-left:1px solid black;
	border-right:1px solid black;
	border-top:1px solid black;
	border-bottom:0px solid black;
	position:absolute;
	line-height:15px;
	z-index:100; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#003366;	
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#003366;
}

#dropmenudiv a:hover
{
	background-color: #003366;
	text-decoration: none;
	color:white;
}