html, body {
 margin           : 0;
 padding          : 0;
 background-color : #FFFFFF;
}
form {
 margin           : 0;
 display          : inline;
}
.center {
 margin-left      : auto;
 margin-right     : auto;
}
div.logo {
 position         : relative;
 display          : block;
 height           : 40px;
 background-color : #000000;
 text-align       : center;
}
img.logo {
 position         : relative;
 display          : block;
 width            : 270px;
 height           : 40px;
 top              : 4px;
 margin           : 0px auto 0px auto;
}
.oasheader {
 background-color : #000000;
 text-align       : center;
 font-family      : Courier,'Courier New',Courier,monospace;
 color            : #000000; 
 font-size        : 18px;
 font-style       : normal;
 padding          : 0px 10px 2px 10px;
}
.greymenutext {
 font-family      : 'Verdana CE',Verdana,'Helvetica CE',Helvetica,'Arial CE',Arial,sans-serif; 
 color            : #888888; 
 font-size        : 16px;
 font-weight      : 700;
 font-style       : normal;
}
.whitemenutext {
 font-family      : 'Verdana CE',Verdana,'Helvetica CE',Helvetica,'Arial CE',Arial,sans-serif; 
 color            : #FFFFFF; 
 font-size        : 16px;
 font-weight      : 700;
 font-style       : normal;
}
.dummy {
 height           : 1000px;
}
img {           border : 0;}
.block {       display : block;}
.inlineblock { display : inline-block;}
.hide {        display : none;}
.noborder {
 border-style        : none;
 border-width        : 0px;
}

:link, :visited {               text-decoration : none; }
:link:focus, :visited:focus {   text-decoration : none; }
:link {                         text-decoration : none; }
:visited {                      text-decoration : none; }
:link:hover, :visited:hover {   text-decoration : none; }
:link:active, :visited:active { text-decoration : none; }

