BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	background-image: url(images/lag_back.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}
td.main{
	font-family : Arial, Helvetica, sans-serif;
	font-color : #000000;
	font-size : 12px;
	
	background-color: #ffffff;}


table.main{
background-color: #333333;
}
td.headpad{
	padding-top: 4px;
}
td.login{
	padding-right: 20px;
}
input.lag {
	border: 1px solid #000000;
}
label.login_label{
	color: White;
	font-size: 12px;
	cursor: pointer; 
	cursor: hand;
}
A.Main_Menu:link{
	font-family: Arial;
	color: #0B1F50;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
A.Main_Menu:active{
	font-family: Arial;
	color: #0B1F50;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
A.Main_Menu:visited{
	font-family: Arial;
	color: #0B1F50;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
A.Main_Menu:hover{
	font-family: Arial;
	color: Yellow;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
A.powered:link{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Yellow;
	text-decoration: none;
	font-weight: normal;
	font-size: 8px;
}
A.powered:active{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Red;
	text-decoration: none;
	font-weight: normal;
	font-size: 8px;
}
A.powered:visited{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Yellow;
	text-decoration: none;
	font-weight: normal;
	font-size: 8px;
}
A.powered:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Red;
	text-decoration: none;
	font-weight: normal;
	font-size: 8px;
}
TD.Sub{
	padding: 10px;
}
TD.powered{
	padding-left: 11px;
}
A.event:link{
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
	font-size : 14px;
	background-color : #BF2412;
}
A.event:active{
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
	font-size : 14px;
	background-color : #BF2412;
}
A.event:visited{
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
	font-size : 14px;
	background-color : #BF2412;
}
A.event:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	background-color: Olive;
}
/* ######### 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: yellow;
}
