body{
	margin: 0px;
	background-color:#0E1436;
	width:100%;
	height:100%;
}

TD, DIV {
	font-family : Verdana;
	font-size : 12px;
	color : White;
}

p {
	font-family : Verdana;
	font-size : 12px;
	color : White;
	margin: 0px;
}

A, A:ACTIVE, A:VISITED {
	font-family : Verdana;
	font-size : 12px;
	color : Silver;
	text-decoration : underline;
}

A:HOVER {
	color : red;
}

H1 {
	font-family : Verdana;
	font-size : 14px;
	color : White;
	font-weight : bold;
	margin: 0px;
	text-decoration: underline;
}

ul{
	margin-top: 3px;
	margin-bottom: 3px;
}

li{
	padding-bottom: 3px;
}

p.notice {
	color : Red;
}

table.boxtable{
  border:solid 1px #333333;
  width:100%;
}

td.boxtitle{
	background-image:url('/_images/boxtitle_bg.gif');
  font-size: 12px;
  font-weight: bold;
  color: white;
  padding:3px;
  border-bottom:solid 1px #4B4B4B;
}

td.boxbody{
	padding:3px;
  font-size: 12px;
	vertical-align: top;
}

td.homecell{
	width:50%;
	vertical-align:top;
	padding-bottom: 3px;
}

.menutx, .menutx:ACTIVE, .menutx:VISITED {
	font-size : 14px;
	font-weight : bold;
	margin: 0px;
	color: white;
	text-decoration: none;
}

.menutx:HOVER{
	color: red;
}

.footer {

}