body,td,th {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}
body {
	background-color: #f5f5f5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #333399;
}
.head1 {
	font-size: 12px;
	color:#CCCCCC;
	background-color:#41698E;
}
.topmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	cursor:pointer;
}
.menu * {
	font-size: 14px;
	color:#000000;
	font-weight:bold;
	cursor:pointer;
}

.menutext {
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}

.menutext:link {
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
.menutext:visited {
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}

.submenu {
	font-size: 10px;
	color:#CCCCCC;
	font-weight:bold;
	background-color:#e1e1e1;
}
.secondmenu {
	color: #000000; 
	font-weight: 
	bold; 
	font-size: 12; 
}

.secondmenu:link {
	color: #000000; 
	font-weight: 
	bold; 
	font-size: 12; 
}
.secondmenu:visited {
	color: #000000; 
	font-weight: 
	bold; 
	font-size: 12; 
}
html {
	overflow-y: scroll;
}

.style3 {
  font-weight: bold;
  font-size: 15px;
}



.trans {
   background-color: #091B59;  /* the background          */
   filter:alpha(opacity=75);   /* Internet Explorer       */
   -moz-opacity:0.75;           /* Mozilla 1.6 and below   */
   opacity: 0.75;               /* newer Mozilla and CSS-3 */     
}

.trans * {   
   color : #FFFFFF !important;
}