@charset "UTF-8";
/* CSS Document */

td.content_area	{
	background-color: white;
	padding: 20px;
	width: 600px;
	vertical-align: top;
}

H1	{
	font-family: "Times New Roman", Times, serif;
	color:#660000;
}

H2	{
	color:#660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}

H3	{
	color:#660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

H4	{
	color:#003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-bottom: -15px;
}

p, ul, ol, td	{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	line-height: 130%;
	color: black;
}

.initial_cap	{
	color:#660000;
	font-size: xx-large;
}