body{
	background-color:rgb(10,10,10);
}
a {
	text-decoration: none;
	color:rgb(10,25,140);
}

a:hover {
	text-decoration: underline;
	color:rgb(240,14,14);
}

font.content{
	color:rgb(16,22,89);
	font-family:"Bookman Old Style";
	font-size:11pt;
}

font.heading{
	font-family:"Bookman Old Style";
	color:rgb(10,25,140);
	font-weight: bold;
	font-size:12pt;
}

OL {
	font-size:10pt;
	color:rgb(16,22,89);
}
OL LI {
  	padding-bottom: 10px;
}

UL.clslist LI {
	padding-bottom: 10px;
}

menuitem{

}

a.menuitem{
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	color: rgb(10,25,140);
	width:100%;

}

a.menuitem:hover{
	text-decoration: underline;
	color: rgb(109,121,209 );
	width: 100%;
}
UL.menu{
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=135,strength=3);
	margin-left: 0px;
	color: rgb(10,25,140);
}
.maintable{
	background-color:rgb(223,226,250);
	border: 5px solid rgb(210,210,210);
}
.clsSmallContent{
	border: 1px solid rgb(10,25,140);
}
.clsSubsribeTable{
	font-family:"Bookman Old Style";
	color:rgb(10,25,140);
	font-weight: bold;
	font-size:10pt;
}
.clsSubsribeTable input{
	color:rgb(9,31,117);
	height:20px;
	border: 1px solid rgb(12,12,12);
}