BODY {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

BODY, TH, TD { 
font: 11px Tahoma;
}

.brd {
	border: 1px solid #C0C0C0;
}



DIV#navigationBox {
margin: 0px 20px 0px 20px;
padding: 20px 0px 20px 0px;
background: #F9F9F9;
}

DIV#navigationBox UL {
list-style: none;
margin: 0px;
}

DIV#navigationBox UL LI A {
color: #747474;
font-weight: bold;
display: block;
height: 25px;
padding: 5px 0px 0px 15px;
text-decoration: none;
}

DIV#navigationBox UL LI A:hover {
color: #C83030;
background: #F7D7A7 url("img/icons/arrow.gif") no-repeat 3px center;
}

DIV#navigationBox A.sub {
color: #747474;
font-weight: bold;
display: block;
height: 15px;
padding: 0px 0px 0px 25px;
text-decoration: none;
}

DIV#navigationBox A.sub:hover {
color: #C83030;
background: #F7D7A7 url("img/icons/arrow.gif") no-repeat 13px center;
}