html{
 height: 100%;
 min-height: 100%;
}

body {
 height: 100%;
 min-height: 100%;
 background-image: url("images/background.jpg");
 background-position: 0px 0px;
 background-repeat: no-repeat;
 font-family : Verdana, Arial, Helvetica, Sans-serif;
 font-size : 11px;
 color : #002f2f;
 text-align: left;
}

body.full {
 background-position: 0px 150px;
 margin:0;
 padding:0;
}

td {
 font-family : Verdana, Arial, Helvetica, Sans-serif;
 font-size : 11px;
}

a {
 color:#3333CC;
 text-decoration:none;
}

a:hover {
 text-decoration:underline;
}

h2 {
 font-size: 20px;
 margin-top: 5px;
}

#ms-footer a:link, #ms-footer a:visited, #ms-footer a:active {
 color:#cc4411; 
}

.footer {
 background-color:#000000;
 height:16px;
 text-align:center;
 font-size:10px;color:#ffffff;
}

.black {
 color:#000000;
 font-weight:bold;
}

.menu {
 background-color:#ffffec;
}