body {
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
TD.menu{
background-color: #333333;
}

TD.agent2{
	
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
A.agent2:link{
	font-family: Arial, Helvetica, sans-serif;
	color: Silver;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
A.agent2:active{
	font-family: Arial, Helvetica, sans-serif;
	color: Silver;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
A.agent2:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: Silver;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
A.agent2:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #C5E2AA;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}




TD.agent{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
A.agent:link{
	font-family: Arial, Helvetica, sans-serif;
	color: Silver;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
A.agent:active{
	font-family: Arial, Helvetica, sans-serif;
	color: Silver;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
A.agent:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: Silver;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
A.agent:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #C5E2AA;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
A.Main_Nav:link{
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}
A.Main_Nav:active{
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}
A.Main_Nav:visited{
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}
A.Main_Nav:hover{
	font-family : Arial, Helvetica, sans-serif;
	color : #C5E2AA;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}
A.Main_Nav_Sub:link{
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}
A.Main_Nav_Sub:active{
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}
A.Main_Nav_Sub:visited{
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}
A.Main_Nav_Sub:hover{
	font-family : Arial, Helvetica, sans-serif;
	color : #C5E2AA;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}
td.main_body{
	padding-bottom: 15;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	font-size : 12px;

}
td.schedule{
	padding-bottom: 15;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	font-size : 10px;

}

td.footer{
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 12px;
	text-align: right;
	padding-bottom: 6px;
	padding-top: 6px;
	background-color: #000000;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenumaindiv{
	position: absolute;
	top: 0;
	border: 1px solid #BBB; /*Theme Change here*/
	border-bottom-width: 0;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #333333;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenumaindiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*Theme Change here*/
	padding: 2px 4px;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.dropmenumaindiv a:visited{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*Theme Change here*/
	padding: 2px 4px;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.dropmenumaindiv a:hover{
	/*Theme Change here*/
	background-color: #201F1D;
	color: #C5E2AA;
}

