/* CSS Document */
h1 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	border : 2px;
	color: #FF8F17;
	background-color: Transparent;
	
}
h2 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #0057a1;	
	background-color: Transparent;
	
	}	
.submit-Button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
	background-color: Transparent;
	
	}	
.label-Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
	background-color: Transparent;
	
	}		
.link-Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color:#0066FF;	
	}		

.bold-Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#6699FF;		
	background-color: Transparent;
	}	
	
.footer-Link-Text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color:#6699FF;	
	background-color: Transparent;

}
.red-bold-Text {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color:#FF0000;		
	background-color: Transparent;
	}		
.text {
	font-family: Verdana, Trebuchet MS;
	font-size: 10px;
	color: #990000;
	background-color: Transparent;
}	


	

a { 	
	color: #0033FF; 
	text-decoration: none; 	
}

a:hover {
	text-decoration: underline;
	bottom: auto;
		
}

