body {
	margin: 0;
	padding: 0;
	color: #000000;
	background: #b5363f;
	font-size: 11pt;
	font-family: Verdana, Helvetica, sans-serif;
}

div.main {
	position: relative; top:-55px;
	margin-left: 5px;
	margin-right: 10px;
}

div.sidebar {
	position: relative; top:-110px;
	margin-left: 5px;
	margin-right: 10px;
}

table.main {

	color: #000000;
	font-size: 11pt;
	font-family: Verdana, Helvetica, sans-serif;

}

hr {
        margin-bottom: 8px;
        height: 2px;
}

h1 {
        color: #b5363f;
	font-weight: bold;
	font-size: 1.7em;
	font-family: Verdana, Helvetica Black, Avenir Roman, Helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b5363f;
}

h2 {
        color: #b5363f;
	font-weight: bold;
	font-size: 1.2em;
}

h3 {
        color: #b5363f;
	font-weight: bold;
	font-size: 1.5em;
	font-family: Verdana, Helvetica Black, Avenir Roman, Helvetica, sans-serif;
}

h4, h5, h6 {
        color: #b5363f;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Verdana, Helvetica Black, Avenir Roman, Helvetica, sans-serif;
}

img
{  
border-style: none;
}

a:link, a:active, a:visited
{
        color: #000000;
	border: none;
}

a:link.nav, a:active.nav, a:visited.nav
{
        color: #FFFFFF;
        font-weight: normal;
        font-size: 11pt;
}
a:hover.nav
{
        color: #FFFFFF;
        font-weight: bold;
}

table.reg {
        border: 1px solid #b5363f;
        background-color: #b5363f;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: auto;
        height: auto;

}

table.reg td {
        padding: 3px;
        background-color: #b5363f;
}

table.reg td.open {
        background-color: #fefcd5;
}

table.reg td.closed {
        background-color: #AAAAAA;
}

table.reg td.dark {
        background-color: #dbd7ba;
}
