	
	h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 12pt;
		text-align: center;
 		font-style: normal;
		font-variant: normal;
		color: #cc0000; //maroon
	 }
	 	
	a:link {
		color: #000000;
		text-decoration: underline;
		font-weight: bold;
		font-style: none;
		font-variant: normal;
	}
	
	a:hover {
		color: #000000;
		text-decoration: overline underline;
		font-weight: bold;
		font-style: none;
		font-variant: normal;
	

	}
	
	a {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
		font-style: none;
		font-variant: normal;
	}
	
	input {
		font-family: Arial,helvetica,sans-serif;
		
		background-color: ##EFF4F8;
		color: #000000;
		
		border-style: 1.5px dotted #000000;;
		border-width: 1;
		
		margin-top: 2px;
		margin-left: 2px;
		margin-right: 2px;
		margin-bottom: 2px;
	}

	textarea {
		font-family: Arial,helvetica,sans-serif;
		
		background-color: ##EFF4F8;
		color: #000000;
		
		border-style: 1.5px dotted #000000;
		border-width: 1;
		
		margin-top: 2px;
		margin-left: 2px;
		margin-right: 2px;
		margin-bottom: 2px;
		
	}

	select {
		background-color: ##EFF4F8;
		font-family: Arial,helvetica,sans-serif;
		color: #000000;
	}

	body {
		
		
	}
.bodytextNormal {
	font-family: arial;
	font-size: 12px;
}
#MainTable {
	background-color: #FFF;
	border: 2px solid #990000;
}
.BoldHeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
