body {
    background-color: #D4DEE9;
    margin: 0;    
}
p {
	font-family: verdana;
	font-size:10pt;
	margin:0px 0px 12px 10px;
	line-height: 14pt;
}
td {
	font-family: verdana;
	font-size:10pt;
	line-height: 14pt;
}
h2 {
	font-family: verdana;
	font-size:10pt;
	font-weight:bold;
	margin:0px;
}
a {
	color: #0054A6;
}
img {
    margin: 0;
    padding: 0;
}
a img {
    border: 0;
}
table.datatable td {
	background-color: #ffffff;
}
table.datatable td {
	font-size:9pt;
}
table.datatable td.spacer {
	background-color: white;
}
td.leftside {
	padding: 15px;
	font-size: 8pt;
	color: white;
}
table#table_main {
    border-collapse: collapse;
}
div#header {
    position: relative;
    width: 702px;
    height: 107px;
    margin: 0;
    padding: 0;
}
ul#menu {
    list-style-type: none;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 85px;
    left: 30px;
}
ul#menu li {
    display: block;
    float: left;
    margin: 0 1px;
    padding: 0;
}
ul#menu li a {
    color: white;
    text-decoration: none;
    margin: 0;
    padding: 3px 20px;
    background-color: #A01F23;
}
ul#menu li a:hover {
    background-color: #8A1B1E;
}
