body {
	background-color: #000000;
}
p, td {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	color: #000099;
}
h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	color: #3366CC;
}
ul {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	list-style-position: outside;
	list-style-image: url(images/bulletsm.gif);

}
ol {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
}
.blueback {
	background-image: url(images/blue_back.gif);
	background-repeat: repeat-y;
}
.topbar {
	background-image: url(images/top_bars.gif);
	background-repeat: repeat-x;
}
.basebar {
	background-image: url(images/base_bars.gif);
	background-repeat: repeat-x;
}
.contentback {
	background-image: url(images/white_back.gif);
	background-repeat: repeat-y;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #3399CC;
	text-decoration: none;
}
.copy {
	color: #CCCCCC;
	font-size: 12px;
}
a.copy:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.copy:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.copy:hover {
	color: #FFCC00;
	text-decoration: none;
}.date {
	font-weight: bold;
	color: #006699;
	font-size: 12px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Verdana;

}
.red {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #FF0000;

}
.toptext {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.boxback {
	background-image: url(images/box/back.gif);
	background-repeat: repeat-y;
}
.box {
	background-color: #F5F5F5;
	padding: 5px;
	border: thin dotted #CCCCCC;
}
 #navcontainer { }

#navcontainer ul{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#navcontainer li{
	margin-bottom: 2px;
	margin-top: 2px;
	display: block;
}
#navcontainer a
{
	display: block;
	padding: 4px 4px 4px 10px;
	background-color: #036;
	border-bottom: 1px solid #eee;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	width: 190px;
}
#navcontainer a:link, #navlist a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#navcontainer a:hover{
background-color: #369;
color: #fff;
}
