body { 
	padding:0;
	text-align:left;
	background-color: #ffffff;
	color: #000000; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
}

h1 {
	font-size: 13px; 
	line-height: 13px; 
	font-weight: bold; 
	text-align: left; 
	clear: left; 
	margin-bottom: 10px;
}

h2 {
	font-size: 15px; 
	line-height: 15px; 
	font-weight: bold; 
	background-color: #e7e7e7; 
	text-align: left; 
	clear: left; 
	margin-bottom: 10px; 
	padding: 5px;
}

a {
	text-decoration: underline;
	color: #000000; 
	font-weight: bold;

}

a:hover {
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
}

.required {
	font-weight: bold;
}

