/* Main Body */

BODY {
font-size : 12px;
font-family : Verdana;
background-color: #333333;
margin-top: 5;
} 

P {
font-size : 12px;
font-family : Verdana;
color : #aabb77;
} 

DIV {
font-size : 12px;
font-family : Verdana;
color : #aabb77;
} 

H1, H2, H3, H4, H5, H6 {
font-size : 18px;
font-family : Verdana;
color : #aabb77;
text-align : left;
} 

TD {
font-size : 12 px;
font-family : Verdana;
color : #aabb77;
} 

/* Link Formatting */

A:hover {
font-weight : none;
font-size : 12px;
font-family : Verdana;
color : #aabb77;
text-decoration :none;
background-color: #336699;
} 

A:visited, A:link, A:active {
font-weight : normal;
font-size : 12px;
font-family : Verdana;
color : #aabb77;
text-decoration :none;
} 

/* Table Formatting */

#header {
background-color: #000033;
border-left: 1px solid #aabb77;
border-right: 1px solid #aabb77;
border-bottom: 1px solid #aabb77;
border-top: 1px solid #aabb77;
}

#linkbar {
border-left: 1px solid #aabb77;
border-right: 1px solid #aabb77;
border-bottom: 1px solid #aabb77;
border-top: 1px solid #aabb77;
}

#linkpghdr {
background-color: #336699;
border-left: 1px solid #aabb77;
border-right: 1px solid #aabb77;
border-bottom: 1px solid #aabb77;
border-top: 1px solid #aabb77;
}

#bottom {
border-bottom: 1px solid #aabb77;
}

#spacerh {
height: 30px;
}