html, body  {
   margin: 0px;
   background-color: #CDF0F7;
}

.logintext{
	font-family: "Courier New", Courier, monospace;
	font-size: smaller;
	color: #B71111;
	font-weight: bold; 
}

.loginhead{
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	color: #B71111;
	font-weight: bold; 
}


.loginerr{
color: Red;
text-align: center;
}
.paymentrcvd{
color: #CC6600;
text-align: center;
font-size: 11px;
}


.hcode{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	text-align: justify;
	background: #CDF0F7;
}


.ftitle{
	font-size: 12px;
	text-align: left;
}

.furl{
	font-size: 11px;
	text-align: left;
}

.maintext{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-align: justify;
}

.maintext li{
	font-style: oblique;
	color: #B71111;
	padding: 3px;
}

.maintext a{
	text-decoration: none;
	color: Blue;
}
.maintext a:hover{
	text-decoration:underline ;
	background-color: #B71111;
	color: white;
}


#loginbox1{
	width: 87px;
   height: 25px;	

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#loginsubmit{
	background: url(images/loginbutton.gif) no-repeat;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}

.loginnsr{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

.loginnsr a{
	text-decoration: none;
	color: Blue;
}
.loginnsr a:hover{
	text-decoration:underline ;
	background-color: #B71111;
	color: white;
}
.pgabout{
	border-top: 1px solid #FFDBB7;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

.pgabout a{
	text-decoration: none;
	color: Black;
}
.pgabout a:hover{
	color: Blue;
	text-decoration:underline ;
}

.pgcpr{
	position: relative;
	top: -3;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC6600;
}

.menubtn  img{
   width: 25px;
   height: 21px;
	text-decoration: none;
}

.menubtn a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: Black;
}
.menubtn a:hover{
	text-decoration:underline ;
	background-color: #B71111;
	color: white;

}
