<!--
#topnav{
    margin-top:38px;

}

div.topnavElement { 
    width:100%;
    overflow:hidden;
	border-top: 1px inset #ffffff;
    border-bottom: 1px outset #ffffff;
	border-right: 1px outset #ffffff;
    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:#E9FDE2;
    font-weight:bold;
    background-color:#033E80;
    text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a.topNav:hover {
    background:#E9FDE2;
	color:#033E80;
}

function validate() {
if (document.VacationID.oid.value == '') {
alert('You must enter an offer ID.');
return false;
}
else {
return true;
       }
} 
//-->

a.tideFormTitle:link, 
a.tideFormTitle:hover, 
a.tideFormTitle:visited, 
a.tideFormTitle:active {
color: fffffff;
text-decoration:none;
}

