/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .12px;
    FONT-WEIGHT: normal;
    color:#00008B;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

td	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}


A:link	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #00008B;
	}	
		
A:visited	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #00008B;
	}	
		
A:active	{	
	
	}	
		
A:hover	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #00008B;
	}
	

.Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00008B;
	}	

h1 
{
	font-size: 16px;
}

.B1
	{
		border: 1px #000000 solid;
		font-family: Tahoma;
		font-size: 8.5pt;
		color : #FFFFFF;
		font-weight : bold;
		background-color : #333399;
	}

.formHeading 
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color:#003399;
	}
	

.formSubHeading
	{
	font-family:Times New Roman, Times, Serif;
	font-size:18px;
	color:#003399;
	}
	