  
/*.mainDiv
{
  width:160px;
}*/
.topItem
{
  
  height:22px;
  cursor:pointer;
  text-decoration: none;
  color: #000066; 
  font-weight:bold;
 
}


.dropMenu
{
  /*border-top:1px solid #467BF2;
  border-left:1px solid #92B1F8;
  border-right:1px solid #92B1F8;
  border-bottom:1px solid #92B1F8;*/
}

.subMenu
{
   display:none;
}
.subItem
{
   /*padding-left:5px;*/
   /*cursor:pointer;*/
   /*font-weight:bold;*/
   text-decoration:none;
   color:black;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   /*cursor:pointer;*/
   /*color:blue;*/
   /*font-weight:bold;*/
   /*padding-left:5px;*/
}

.subItemOver  a
{
   /*color:blue;*/
}


.drop
{
   /*border-left:1px solid black;
   border-right:1px solid black;	*/
}


body {
	background-color: #25577A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #996600;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.footer {
	font-size: 10px;
	background-color :#ffffff;
}
.right_side_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.main_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif,Tahoma;
	font-size: 12px;
	font-weight: normal;
	/*text-align: justify;*/
}

.main_text a:link {
	color: blue;
	text-decoration: underline;
}
.main_text a:visited {
		color: blue;
	text-decoration: underline;
}
.main_text a:hover {
		color: blue;
	text-decoration: none;
}
.main_text a:active {
		color: blue;
	text-decoration: underline;
}
