body
{
	color:#DEE2E9;
	background-color :#202B41 ;
	left :0;
	top:0;
	margin:0;
	font-size :80%;
	font-family :Verdana; 
	 
}
 
 
 a
 {
	color:Silver ;
 }
 a hover
 {
	color:Red;
 }
 a visited 
 {
	color:White;
 }
 a link
 {
	color:Silver;
 }
.MainTable
{
	 border-bottom   :  solid 1 #2a79bb;  
	 border-right   :  solid 1 #2a79bb; 
	 border-left    :  solid 1 #2a79bb; 
	 border-top    :  solid 1 #2a79bb; 
	 
}

.RTable
{
	 border-bottom   :  solid 1 #2a79bb;  
	 border-right   :  solid 1 #2a79bb; 
	 border-left    :  solid 1 #2a79bb; 
	 border-top    :  solid 1 #2a79bb; 
	 width :90%;

}
.RTableHead
{
	font-weight: bold;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr= '#404B81' ,startColorstr= '#2a79bb' ,gradientType= '0' );
	text-transform: capitalize;
	color: lemonchiffon;
	height: 20px;
	text-align: center;
	background-image:url(images/grd.jpg);
}
.Row0
{
	font-size: 11px;
	text-transform: capitalize;
	color: #dee2e9;
	height: 18px;
	background-color: #232e44;
}
.Row1
{
	color: #DEE2E9;
	text-transform:capitalize;
	font-size: 11px;
	height :18px;
	
}


.MainTable.Head
{
	text-align :center ;
	color :Red; 
	font-size :14px;
	text-decoration :bold;
	text-transform :capitalize; 
	/*filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#f5f6f7',startColorstr='#202B41',gradientType='0');*/
	height: 20px;
	 
}
.Data
{
	margin: 5,5,5,5;
}

h1
{
	font-size :80%;
	font-family :Verdana; text-align:center;
	text-transform :capitalize;  
	
}
#Footer
{
	color: #DEE2E9;
	text-transform:capitalize;
	font-size: 11px;
	height :18px;
}


