#navbar {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;}
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 3px 8px;
	text-decoration: none;
	color: rgb(148,16,49);
	font-weight: bold; }
#navbar li a:hover {
	color: #000; }
#navbar li ul {
	display: none;  }
#navbar li:hover ul, #navbar li.hover ul {
	position: absolute;
	display: inline;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: left; }
#navbar li:hover li a, #navbar li.hover li a {
	color: #000; }
#navbar li li a:hover {
	color: #357; }

a:link
{
	color: rgb(0,102,153); 
}
a:visited
{
	color: rgb(0,153,102); 
} 
a:active 
{
	color: rgb(0,102,102);
}
body
{
	font-family: Arial;
	background-color: rgb(230,230,230);
	color: #941031;font-size:10pt
}
table
{
	table-border-color-light: rgb(148,16,49);
	table-border-color-dark: rgb(148,16,49); 
	bordercolor: (148,16,49); font-family:Arial; font-size:10pt; margin-top:2; margin-bottom:2
}
input
{
	color: #941031;
	font-weight:bold
}
h1
{
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	color: rgb(148,16,49);
}
h2
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(148,16,49);
}
h3
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(148,16,49);
	text-decoration: underline;
}
h4
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: rgb(148,16,49);
}
h5
{
	font-family: Arial;
	font-size: 10pt;
	font-style:italic;
	font-weight: bold;
	color: #941031;
}
h6
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(148,16,49);
}
normal
{
	font-family: Arial;
	font-size:10pt
	color: rgb(148,16,49);
}