BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-variant : normal;
	font-style : normal;
	font-weight : 300;
	list-style : disc inside none;
	list-style-image : none;
	list-style-position : inside;
	list-style-type : disc;
}

H3 {
	color: gray;
	font-size: 12pt;
	font-family : Arial,Helvetica,sans-serif;
}
H4 {
	color: gray;
	font-size: 12pt;
	font-family : Arial,Helvetica,sans-serif;
}
P,B,BLOCKQUOTE,LI,UL,TD {
	font-size: 10pt;
	color: black;
	font-family : Arial,Helvetica,sans-serif;
}
TD.header {
	font-weight: bold;
}
A:link {
	text-decoration: none;
	background-color: #cccccc;
	color: #333333;
	font-size: 8pt;
	font-weight: bold;
}
A:visited {
	text-decoration: none;
	background-color: #cccccc;
	color: #333333;
	font-size: 8pt;
	font-weight: bold;
}
A:hover {
	background-color: #cccccc;
	color: #ff0000;
}
A:link.navbar {
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}
A:visited.navbar {
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}
A:hover.navbar {
	background-color: #000000;
	color: #ff0000;
}
.side {
	color: white;
	font-size: 8pt;
}
.sideli {
	color: white;
	display: inline;
}
.footer {
	text-align: center;
	font-size: smaller;
}
.verysmall {
	font-size: 8pt;
	text-align: right;
	text-decoration: none;
	color: gray;
}
.whitetext {
	color: white;
}
.bigtext {
	font-size: 14pt;
}
