
BODY{
	font-family : Arial, Verdana, Helvetica;
	font-size : 11px;
	color : #333333;
	line-height: 16px;
}


.heading {
			color: #000;
			font-weight: bold;
			font-size :18px;
}

.subheading { FONT-SIZE: 16px;
			 LINE-HEIGHT: 20px;
          font-weight:bold;
			 color: #000; } 


TD {
	font-size : 14px;
	color : #333333;
	line-height: 20px;
}


input.loginbutton
{
    background-color:#dee1e0;
    color:black;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 16px;
    font-weight : bold;		
	 background-color:#FFFFFF;
	 border: solid #000 5px;
	 padding: 5px;
}


A {
	font-family : Arial, Verdana, Helvetica;
	font-size : 14px;
	color : #97A825;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}

A:HOVER{
	font-family : Arial, Verdana, Helvetica;
	font-size : 14px;
	color : #97A825;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
}

