body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
}

#content {
	padding:5px 40px 10px 40px;
}

h1 {
	font-family: Tahoma, Impact, Arial, Verdana, Helvetica, sans-serif;
	font-size: 22pt;
	letter-spacing:-1px;
	font-weight: bold;
	text-align:center;
}

h2 {
	font-family: Tahoma, Impact, Arial, Verdana, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	margin-top: 30px;	
	letter-spacing:-1px;
	padding: 0px 80px 0px 80px;
	text-align:center;
}

ul li{
	margin-left:30px; margin-right:40px;padding-bottom:20px;
}

h3 {
	font-family: Tahoma, Impact, Arial, Verdana, Helvetica, sans-serif;
	font-size: 16pt;
	color: #AE0000;
	font-weight: bold;
	padding: 0px 30px 0px 30px;
	text-align:center;
}


p.dropcap:first-letter {
	float: left; /* Make the text flow around the letter */
	font-family: Times, Times New Roman, Serif; /* Use whatever font fits your site */
	color: #000080; /* Color of the font */
	font-size: 3em; /* Makes the letter twice the size of the rest of the text */
	font-weight: bold; /* Don't need it, but looks good */
	line-height: 0.5em; /* Adjustment for IE. Otherwise it doesn't line up correctly */
	padding-right: 0.05em; /* If it's getting crowded - adjust */
}