/* CSS Document */
h1 {
	font-size: 150%;
	font-weight: bold;
	color: green;
	padding: 0px 0px 0px 3px;
	margin: 0px;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	color: black;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
BODY, P, TABLE, TD {
	font-family: Arial, Helvetica, sans-serif;
}
BODY {
	background: #ffffe0 url(GC_BGSand.jpg) repeat;
}
.nav td {
	font-size: 100%;
	font-weight: bold;
}
.nav a {
	color: #0000FF;
	text-decoration: none;
}
.nav a:hover {
	color: #C00080;
}
.subNav {
	font-size: 80%;
}
.sidetable P {
	font-size: 75%; 
	color: #000000;
	text-align: center;
}

