BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

BODY,TD {
    font-size: 12px;
    margin: 15;
	padding: 5;
	background: transparent;
	color: black;
}

#content {
    padding-top: 20px;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}



H1 {
	text-align: center;
    font-size: 22px;
	color: black;
}

H2 {
    font-size: 16px;
    #border-top: 1px dotted #666666;
}

H3 {
    font-size: 14px;
	#border-top: 1px dotted #666666;
    border-bottom: 1px dotted #666666;
}

CAPTION {
    font-weight: bold
}

#maintable {
    padding: 10px;
    padding-top: 0px;
    #border: 1px solid grey;
    background-color: white;
}

#navtable {
    padding-top: 3px;
    padding-left: 7px;
	background: url('navbkg.png');
    background-repeat: no-repeat;
    background-color: white;
    width: 150px;
	height: 700px
}

#header
{

}