/* CSS Document */

.topper{
font-family: Verdana;
font-size: 13px;
text-align: left;
color: #2C1F1C;
display: inline;
}

.LHStext{
font-family: Arial;
font-size: 11px;
text-align: left;
color: #3366CC;
display: inline;
line-height: 18px;
}

.mainBody{
font-family: Verdana;
font-size: 12px;
text-align: left;
color: #3366CC;
display: inline;
line-height: 20px;
}


span{
font-family: Arial;
font-size: 12px;
text-align: left;
color: #CC3300;
display: inline;
line-height: 120%;
}

.theTitle{
font-family: Arial;
font-size: 14px;
text-align: left;
color: #660000;
display: inline;
line-height: 120%;
font-weight: bold;
}

.centralPadding {
padding-right: 2px;
padding-left: 5px;
padding-bottom: 5px;
padding-top: 5px;
}

h1{
font-family: Verdana;
font-size: 12px;
font-weight: bold;
}

.RHSHeading{
text-align: center;
color: #A63C28;
}

.makeCenter{
text-align: center;
display: inline;
}

.LHSHeading{
text-align: left;
display: inline;
color: #3366CC;
}

OL{
font-family: Verdana;
font-size: 12px;
text-align: left;
color: #3366CC;
line-height: 15px;
}

A:link  {
		color : #660000;
		font : 12px "Arial", "Helvetica", "sans-serif";
		text-decoration : none;
	}
A:visited  {
		color : #660000;
		font : 12px "Arial", "Helvetica", "sans-serif";
		text-decoration : none;
	}

A:hover  {
		color : #660000;
		font : 12px  "Arial", "Helvetica", "sans-serif";
		text-decoration : underline;
	}
	
A.small:link  {
				font : 11px "Arial", "Helvetica", "sans-serif";
			}
A.small:visited  {
				font : 11px "Arial", "Helvetica", "sans-serif";
			}

A.small:hover  {
				font : 11px  "Arial", "Helvetica", "sans-serif";
	}

input {
width: 100px;
font: 11px Arial, Verdana, Bhatinda;
background-color: #FBF7FB;
color: #000000;
border: 1px solid #DCB0DC;
margin-right: 0px;
}

textarea {
width: 125px;
font: 11px Arial, Verdana, Bhatinda;
background-color: #FBF7FB;
color: #000000;
border: 1px solid #DCB0DC;
margin-right: 0px;
}

.footer {
padding-top: 10px;
padding-left: 10px;
padding-right: 9px;
vertical-align: top;

}