.HomePageBody {font-size: 12px}
<!--

#topnav{
    margin-top:38px;

}

div.topnavElement { 
    width:100%;
    overflow:hidden;
	border-top: 1px inset #000000;
    border-bottom: 1px outset #000000;
	border-right: 1px outset #000000;
    margin-bottom: 1px;
	text-align:center;
}
a.topNav:link, 
a.topNav:visited, 
a.topNav:active {
    display:block;
    width:100%;
    padding: 2px 2px 2px 2px;
    color:#FFFFAC;
    font-weight:bold;
    background-color:#000066;
    text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a.topNav:hover {
    background:#FFFFAC;
	color:#000066;
}

function validate() {
if (document.VacationID.oid.value == '') {
alert('You must enter an offer ID.');
return false;
}
else {
return true;
       }
} 
//-->

<!--
#leftNav{
    margin-top:38px;

}

div.leftNavElement { 
    width:100%;
    overflow:hidden;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 1px;
	margin-left: 0px;
	text-align:left;
}
a.leftNav:link, 
a.leftNav:visited, 
a.leftNav:active {
    display:block;
    width:100%;
    padding: 1px 1px 1px 1px;
    color:#FFFFAC;
    font-weight:bold;
    background-color:#000066;
    text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a.leftNav:hover {
    background:#FFFFAC;
	color:#000066;
} 
//-->
