
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #CC3366;
	text-decoration: none;
}

.copyright {
	font-size: xx-small;
	color: #999999;
}

/* Styles for navbars */

/* The local styles for links (in the individual pages) set the color for links.  The color is light gray.  The items that are not links are not affected by the local styles, thus the pink color appears as set here.  CEM 3/05 */ 

.navItem {
	color: #CC3366;
	font-weight: bold;
	font-size: x-small;
}

/* For the copyright notice on all pages */

.style2 {color: #CCCCCC}
.style3 {color: #999999}

/* For the item descriptions */

.ItemDescript {font-size: 10px}
.ItemDescriptWh {font-size: 10px; color: #FFFFFF; }
