body, TD {
	background-color: white; font-family: Arial; font-size: 10pt; color: #33033
}
td.header {
	background-color: "#5C0000"
}

td.menu{
	font-family: Arial;
	font-size: 10pt;
	color: white;
	background-color: #5C0000;
}
ul { font-family: Verdana, Arial, "Times New Roman"; 
	font-size: 10pt;
	color: #FFFFFF;
	list-style-image: url('images/bullet.gif');
	list-style-type: circle;
	}
	
li {text-align: left;}
ul.body {
	font-family: Verdana, Arial, "Times New Roman";
	font-size: 10pt;
	color: #000000;
	list-style-type: disc;
	font-style: italic;
}
li.body {text-align: left;
font-family: Verdana, Arial, "Times New Roman";
	font-size: 10pt;
	color: #000000;
	list-style-type: disc;
	font-style: italic;}
	

h1 {font-family: Arial; font-size: 16pt; font-weight: bold; color: #330033; margin-top: 10px; margin-bottom: 6px; 
}
h2 {font-family: Arial; font-size: 14pt; font-weight: normal; color: #330033; }
h3 {font-family: Arial; font-size: 12pt; color: #330033; font-weight: normal; margin-top: 2px; margin-bottom: 2px; }

p {font-family: Arial; font-size: 10pt; color: #330033}
p.menu {font-family: Arial; font-size: 12pt; color: #FFFFFF}

a.menu:link {color: white; text-decoration: none}
a.menu:visited {color: gray; text-decoration: none}
a.menu:hover {text-decoration: underline overline}

a.main:link {color: #00000; text-decoration: underline}
a.main:visited {color: #2b2c2f; text-decoration: underline}
a.main:hover {background: #91AEB4}