body {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

table {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
   line-height: 200%;
}
table a {
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
}
table a:link {
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline:
}
table a:visited {
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline:
}
table a:hover {
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}
#top {
	background-image: url(top_bg.jpg);
	background-repeat: repeat-x;
	border: solid #666666;
	border-width: 0px 1px 0px 0px;
}

#time {
	font-weight: bold;
	font-size: 10px;
	padding: 5px 10px 5px 0px;
	border: solid #666666;
	border-width: 1px 1px 1px 0px;
	text-align: right;
	line-height: normal;
}

#nav {
	background-color: #CCCCCC;
	border: solid #666666;
	border-width: 0px 1px 0px 0px;
	padding: 0px 0px 50px 0px;
	width: 180px;
	height: 100%;
	vertical-align: top;
}

#content {
	padding: 10px;
	border: solid #666666;
	border-width: 0px 1px 0px 0px;
	width: 580px;
	height: 100%;
	vertical-align: top;
}

#footer {
	background-color: #EBEBEB;
	padding: 5px 10px 5px 10px;
	border: solid #666666;
	border-width: 1px 1px 1px 0px;
}

.menu {
	font-weight: normal;
	width: 180px;
}

.menu a {
	color: #CC0000;
	display: block;
	font-weight: normal;
	text-decoration: none;
	background-color: #EBEBEB;
	border-bottom: 1px solid #666666;
	padding-left: 20px;
	width: 180px;
	line-height: 300%;
}	

.menu a:link {
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
	line-height: 300%;
}

.menu a:visited {
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}
.menu a:hover {
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #CC0000;
}

.thead {
	background-image: url(thead_bg.gif);
	background-repeat: repeat-x;
	color: #666666;
	font-weight: bold;
	padding: 5px;
	border: solid #CCCCCC;
	border-width: 0px 1px 1px 0px;
	line-height: normal;
}
.tbody {
	padding: 5px;
	border-right: solid 1px #FFFFFF;
	line-height: 150%;
}
.spacer {
	background-image: url(spacer.gif);
	background-repeat: repeat-x;
	height: 21px;
}
.foot {
	color: #333333;
	padding: 5px 10px 5px 10px;
	line-height: normal;
}
form {
	line-height: normal;
}