BODY 
{
	font-family : Arial, Helvetica, sans-serif;
	
}

table.main
{
	width: 100%;
	background-color: white;	

}

td.main
{
	width: 90%;
	padding-left: 20;
	padding-top: 20;
	padding-right: 20;
	padding-bottom: 40;
	font-size: 10pt
}

td.menu
{
	width: 10%;
	padding-left: 15;
	padding-right: 15;
	padding-top: 15;
	background-color: #99C0DD;
	font-size: 10pt
}


a.menuitems
{
	font-family : Arial;
	font-size:10pt;	
	font-weight: bold;
	text-decoration: none;
}


A:LINK {

text-decoration: none;
font-weight: bold;
}

A:VISITED {
color :  #000066;
text-decoration : none;
font-weight: bold;
}

A:HOVER {
color :  #000000;
text-decoration : underline;
font-weight: bold;
}

A:ACTIVE {
color : #000066;
text-decoration: none;
font-weight: bold;
}

h2 {
font-size : 18pt;
font-weight : bold;
color : #000000;
}

h3, {
font-size : 14pt;
font-weight : bold;
color : #006699
}

h4, h5, {
font-size : 12pt;
font-weight : bold;
color : #006699
}

h6 {
font-size : 10pt;
font-weight : bold;
color : #339966
}

hr {
color: #99C0DD;
}.red {
	color: #F00;
}

