html {
scrollbar-base-color: #ccd0d1;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: black;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #FFF;
	background-image: url(../navimages/back7.jpg);
}

td {
	font-size: 12px;
	text-align: left;
}

.smallfont {
	font-size: 10px;
}
h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #669999;
}
a:active {
	color: #669999;
}
.largefont {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #9F0000;
}
.centertext {
	text-align: center;
}
h2 {
	font-size: 16px;
	color: #C00;
	font-style: italic;
}
.yellowtext {
	color: #F93;
}
.cdntext {
	color: #FF9;
}

