html, body {

height: 100%;

width: 100%;

margin: 0;

padding: 0;

}

body, td {


font-family: Verdana, Arial, Helvetica sans-serif;

font-size: 11px;

}






/* IE/Win requirement so floated tablecells take the height  */

* html .wrapper {display: block; height: 100%;}






#header {

padding-top: 5px;

padding-bottom: 5px;

text-indent: 5px;

position: absolute;

top: 0;

left: 0;

background: #009;

width: 100%;

font-weight: bold;

font-size: 10px;

z-index: 5;

}

#menu {

top: 22px;

left: 0;


width: 100%;

font-size: 10px;

z-index: 4;

}





a  {

text-decoration: none;

font-weight: bold;

}

a.menu {

text-decoration: none;

}

a:hover  {

text-decoration: underline;

}

input {

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 10px;

	}

select {

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 10px;

}
