body {
	margin: 0;
	padding: 10 0 0 0;
}
img {
	margin: 0 10 0 0;
	border: 0;
}
hr {
	border-style: dotted;
	color: #999999;
}
h1 {
	color: #fc1111;
	text-decoration: none;
	font-size: 14px;
	font-family: arial, Trebuchet MS, verdana;
	font-weight: bold;
}
h2 {
	color: #888888;
	text-decoration: none;
	font-size: 14px;
	font-family: arial, Trebuchet MS, verdana;
	font-weight: 600;
}
h3 {
	color: #888888;
	font-family: arial, Trebuchet MS, verdana;
	font-weight: 600;
}
a:link {
	color: #333333;
	text-decoration: underline;
	font-size: 13px;
	font-family: arial, Trebuchet MS, verdana;
}
a:visited {
	color: #333333;
	text-decoration: underline;
	font-size: 13px;
	font-family: arial, Trebuchet MS, verdana;
}
a:hover {
	color: #f40303;
	text-decoration: none;
	font-family: arial, Trebuchet MS, verdana;
}
.menu {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-family: arial, Trebuchet MS, verdana;
	font-weight: 400;
}
a.menu:link {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-family: arial, Trebuchet MS, verdana;
	font-weight: 400;
}
a.menu:visited {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-family: arial, Trebuchet MS, verdana;
	font-weight: 400;
}
a.menu:hover {
	color: #f40303;
	text-decoration: none;
	font-size: 11px;
	font-family: arial, Trebuchet MS, verdana;
	font-weight: 400;
}
table {
	text-align: left;
	width: 900px;
	background-color: white;
/*	border-collapse: collapse;*/
}
td {
	color: black;
	text-decoration: none;
	font-size: 13px;
	font-family: arial, Trebuchet MS, verdana;
	padding: 3px 1px 3px 3px;
}
th {
	color: white;
	text-decoration: none;
	font-size: 13px;
	font-family: arial, Trebuchet MS, verdana;
	background-color: #FDB94F;
	padding: 3px 1px 3px 3px;
}
.even {
	background-color: #EBEBEB;
}
.odd {
	background-color: #C0C0C0;
}
p {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-family: arial, Trebuchet MS, verdana;
	line-height: 17px;
}
li {
	font-family: arial, Trebuchet MS, verdana;
	font-size: 11px;
}
.header {
	padding-left: 10px;
	text-align: left;
	vertical-align: bottom;
	font-size: 22px;
}
.footer {
	text-align: left;
	font-size: 12px;
}
.small {
	font-size: 12px;
}
.logo {
	height: 35px;
	text-align: right;
}
div#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 68;
}
@media screen
{
body > div#header {
	position: fixed;
}
}
* html div#content {
	height: 900px;
	overflow: auto;
}

