body {background-color: #386177; margin-top: 10px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt;}
.main
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
input,textarea,select,iframe {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
table
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a{
	color: #0255DD;
	text-decoration:underline;
}
a:hover{
	text-decoration: none;
}

hr{
	color:#999999;
	height:1px;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}

.style4 {
	font-size: 16px;
	font-weight: bold;
	 color: #43718B; 
  
	font-weight: bold;
}

.red 	{color:#FF0000; }
.error {color:#FF0000; font-size:12px; font-weight:bold;}
.success {color: green; font-size:12px; font-weight:bold;}

.subtitle {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:bold; color:#FFFFFF}
.b1 {
	/* background-color:#ACCAD2; */
	background-color:#DDDDDD;
	font-weight:bold;
	/* border: 1px solid #43718B; */ 
	 border: 1px solid #888888; 
	cursor:pointer;
}

.style3 {
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
}
.loader{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.7;
	display: none;
}