/* Default CSS Stylesheet for a new Web Application project */


	
.Heading
{
	font-family: Tahoma;
	font-weight: Bold;
	font-size:   12pt;
	color: Gray;
	
}

.SubHeading
{
	font-family: Tahoma;
	font-weight: bold;
	font-size:   10pt;
	color: Gray;
}

.LSubHeading
{
	padding-left: 5px;
	font-family: Tahoma;
	font-weight: bold;
	font-size:   10pt;
	color: Gray;
}

.input		
{
	  
	color : #3366CC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-image: url(images/buttons/menybg.gif);
	background-repeat: repeat-x;
	border: 1px solid #555555;
}

.footer
{
	font-family:Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: Gray;
}

.errormessage
{
	font-family:Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: Red;
}

a:link {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
