/* CSS Document */

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.maintable {
	width: 600px;
}

.mainbody {

}

.wrappertable {
background-image: url(images/grgrad.gif);
background-repeat: repeat-x;
background-position: top;
}

.maintable {
border: thin;
border-color: #999999;
border-style: solid;
}

.pagebody {
padding: 5px 5px 30px 5px;
text-align: left;
}

.pagebodylinks {
padding: 5px 5px 10px 5px;
text-align: center;
}

body{ 
margin: 0 0 0 0;
}

a {
color: #000000;
text-decoration: none;
}

a:hover {
color: #FF0000;
}

a.focus, a.focus:hover {
font-weight: bold;
}

a.ulined, a.ulined:hover {
text-decoration: underline;
}