/* CSS Document */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	margin-top: 15px;
	background-image:  url("../media/Bkgd.gif");
	background-color: #000000;
}
table {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	list-style-image:  url("/media/di-gold.gif");
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #0088FF;
	margin-bottom: 0px;
}
a:link {
	color: #0088FF;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #BBAA77;
	text-decoration: none;
}
.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
li {
	color: #000000;
	list-style-type: square;
}
.GoldBoxInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #000000;
}
.menuColor {
	color: #CCCCCC;
	background-color: #000000;
}
.Menu_Fonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
/* Navigation CSS */
.nav_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #444444;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: #000000;
	border-bottom-color: #000000;
	}
.nav_cell {
	background-color: #000000;
	padding: 2px;
	}
a.menu:link {
	color: #0088FF;
	text-decoration: none;
	}
a.menu:active {
	color: #CCCCCC;
	text-decoration: none;
	}
a.menu:visited {
	color: #0088FF;
	text-decoration: none;
	}
a.menu:hover {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	background-color: #0088FF;
	}
/* End Navigation CSS */