h1 {
	font-family: Tahoma, Verdana, sans serif;
	font-size: 14pt;
	font-color: #C0C0C0;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: Tahoma, Verdana, sans serif;
	font-size: 10pt;
	font-color: silver;
	font-style: normal;
	font-weight: bold;
	padding-left: 10px;
}

h3 { 
	font-family: Tahoma, Verdana, sans serif;
	font-size: 9pt;
	font-color: #A31D06;
	font-style: normal;
	font-weight: bold;
	padding-left: 10px;
}

.bodyCopy {
	font-family: Arial, Tahoma, sans serif;
	font-size: 10pt;
	font-color: black;
	font-style: normal;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 5px;
}

a:link {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #A31D06;
	text-decoration: none;
}

a:visited {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #DF2B06;
	text-decoration: underline;
}

a:active {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #A31D06;
	text-decoration: none;
}

.footer {
	font-family: Tahoma, Verdana, sans serif;
	font-size: 10px;
	color: silver;
	font-style: normal;
	font-weight: bold;
}

UL {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
	margin-right: 10px;
}

LI {
	font-family: Arial, Tahoma;
	font-size: 10pt;
	color: black;
	font-style: normal;
	font-weight: bold;
}