body {
	background-color: #333333;
	color:#FFFFFF;
}
p {
	width: 550px;
}
a {
	color: #66FF00;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:vistied {
	color: #66FF00;
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px 2px 0px 5px;
	list-style-type: none;
	text-align: left;
}
.boxhead {
	width: 150px;
	height:22px;
	color: #FFFFFF;
	background-color: #A3A3A3;
	background-image: url(../img/tabhead.gif);
	font-weight: bold;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 0px solid;
	border-color: #000000; 
}
.boxmain {
	width: 150px;
	color: #000000;
	background-color: #D6D6D6;
	border-top: 0px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #000000; 
}
.boxmain a:link {
	color: #000099;
	text-decoration: none;
}
.boxmain a:visited {
	color: #000099;
	text-decoration: none;
}
.boxmain a:hover {
	color: #FF0000;
	text-decoration: none;
}

.schd1 {
	color: #000000;
}

.contenthead {
	width: 600px;
	height: 22px;
	background-color: #A3A3A3;
	background-image: url(../img/tabhead.gif);
	font-weight: bold;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 0px solid;
	border-color: #000000; 
}
.contentmain {
	width: 600px;
	color: #000000;
	background-color: #D6D6D6;
	border-top: 0px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #000000; 
}
.contentmain a:link {
	color: #000099;
}
.contentmain a:visited {
	color: #000099;
}
.contentmain a:hover {
	color: #FF0000;
}
.container {
	width: 570px;
}
.updated {
	width: 570px;
	text-align: right;
	color: #333333;
	font-size: 8pt;
}
