

#content {
	margin:20px 0px 10px 20px;
}
/* cont added to take the validation error from login.aspx*/
#cont 
{
	margin:20px 0px 10px 20px;
}

body {
	margin:20;
	padding:0;
}

h1 {
	line-height: 150%;
    font-size: 150%;
    color: #50AA33;
}

/*h2 {
	line-height: 100%;
    font-size: 100%;
    font-weight: bold;
    color: #003984;
    
}*/

h3 {
	line-height: 90%;
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
    color: #003984;
}


.label 
{
	font-size: 77%;
    font-weight: bold;
    text-transform: uppercase;
}

.instructions {
    color: #50AA33;
    font-size: 90%;
}

.error
{
	text-align: left; 
	font-family: Arial;
	font-size:12px;
	line-height:28px;
	color: #8B0000;	
	font-weight:bold;
}


.altrows { BACKGROUND-COLOR: #efefef }
.rows { BACKGROUND-COLOR: #ffffff }
.border { BACKGROUND-COLOR: #cccccc }
.headerborder { BACKGROUND-COLOR: #8F001B }


/*fonts.css*/
body {
font:13px Trebuchet,"Trebuchet MS",Tahoma,Arial,clean,sans-serif;

}

table {
font-size:inherit;
font:100%;
}

select,input,textarea {
font:99% tahoma,arial,helvetica,clean,sans-serif;
}

body * {
line-height:1.22em;
}

a.leftmenu:link, a.leftmenu:visited 
{
	font-size:12px; 
	color: #000000; 
	text-decoration: none;
	font-weight:bold;
}

a.leftmenu:hover 
{	
	font-size:12px; 
	color: #CC3333; 
	text-decoration: underline;
	font-weight:bold;
}

a:link, a:visited {font-size:12px; 
		    color:#8B0000;
			font-family:Arial,Helvetica,sans-serif;
			text-decoration: none }

.inforFormButton
{
	border:medium none;
	border-radius:0;
	margin:0 -2px;
	color: #CC3333; 
	text-decoration: underline;
	font-style:italic;
	font-size: 11px;
	/*background-color: white;*/
}





