body {
margin: 0px;
padding: 0px;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #660000;
background: #99FFFF;
text-align: left;
}

table {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #660000;
}

A:link {
	color: #993300;
	text-decoration: none;
}

A:visited {
	color: #993300;
	text-decoration: none;
}

A:active {
	color: #993300;
	text-decoration: none;
}

A:hover {
	color: #993300;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : arial;
}

P {
	font-size: 12px;
	font-family : arial;
}

TD.smaller {
	font-size: 11px;
	font-family : arial;
	color : #660000;
}

P.smaller {
	font-size: 11px;
	font-family : arial;
	color : #660000;
}

HR {
	color : #660000
	;
}

.navbar {
	text-align: left;
	display: inline;
	list-style-image: none;
	list-style-type: none;
	height: 10px;
}

.navbar A:link {
	color: #993300;
	text-decoration: none;
	display: inline;
	padding-right: 20px;
	float: left;
	padding-top: 5px;
}

.navbar A:visited {
	color: #993300;
	text-decoration: none;
}

.navbar A:active {
	color: #993300;
	text-decoration: none;
}

.navbar A:hover {
	color: #993300;
	text-decoration: none;
}
.center {
	text-align: center;
}

