/* CSS Document */
#loader{
	position:absolute;
	left:344px;
	top:234px;
	width:112px;
	height:24px;
	z-index:1;
 }
.NO{
	border:none; 
	
	}
.In{
	color:#3FABFC;
	font-family: Tahoma;
	font-size: 11px;
	}


.s11 {
	font-size: 11px;
	font-family: Tahoma;
 }
 
 
 .s12 {
	font-size: 12px;
	font-family: Tahoma;
 }
 
 
 .s13 {
	font-size: 13px;
	font-family: Tahoma;
 }

 
.p10 { color:#3399FF;
	font-size: 10px;
	font-family: Tahoma;
}


body{
	font-family: tahoma;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;

}
 .br1{
  border-style: solid;
  border-width: 1px;
  border-color: #20007D;
  border-top:none;
  border-bottom:none;
  border-right:none;

 }

/******* hyperlink and anchor tag styles *******/

a:link {
	color:#0033FF;
	text-decoration: none;
}
a:visited {
	color:#0033FF;
	text-decoration: none;
}
a:hover {
	color:#0033FF;
	text-decoration: none;
}
a:active {
	color:#0033FF;
	text-decoration: none;
}


a.menu1, a:active.menu1, a:visited.menu1 {
 	background:#72A2F6;
	font: 11px Tahoma;
	color:#000000;
	border: 1px solid #cdcdcd;
	direction: rtl;
	display: block;
	padding: 3px;
	margin: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 }
 a:hover.menu1 {
 	background:#0033FF;
	font: 11px Tahoma;
	color: #fff;
	border: 1px solid #cdcdcd;
	direction: rtl;
	display: block;
	padding: 3px;
	margin: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 }
 
 
