/*	HTML Selectors	*/
body {
	background-color: #666666;
}
td {
	color: #7f7f7f;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
}
p {
	margin: 15px 0;
	}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	}
	


/*	Colors	*/
.medgray {
	background-color: #666666;
}
.main {
	background-color: #333333;
}
.white {
	background-color: #ffffff;
}


/*	Classes	*/
.largetext {
	font-size: 14px;
	font-weight: bold;
	color: #c6c6c6;
}
.smtext {
	font-size: 10px;
}
.grey999 {
	color: #999999;
}
.smgrey999 {
	font-size: 9px;
	color: #999999;
}
.off {
	color: #cccccc;
}
a.on:link {
	color: #666666;
	text-decoration: none;
}
a.on:visited {
	color: #999999;
	text-decoration: none;
}
a.on:hover {
	color: #999999;
	text-decoration: underline;
}
a.lgtxt:link {
	font-size: 14px;
	font-weight: bold;
	color: #c6c6c6;
	text-decoration: none;
}
a.lgtxt:visited {
	font-size: 14px;
	font-weight: bold;
	color: #c6c6c6;
	text-decoration: none;
}
a.lgtxt:hover {
	font-size: 14px;
	font-weight: bold;
	color: #f5f5f5;
	text-decoration: underline;
}
a.close:link {
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}
a.close:visited {
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}
a.close:hover {
	font-size: 9px;
	color: #ffffff;
	text-decoration: underline;
}
.poptitle {
	color: #ffffff;
}
.foot {
	color: #999999;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 9px;
}

td#rightNav {
	text-align: center;
	}

#rightNav a, #rightNav div#on {
	display: block;
	padding-bottom: 30px;
	}
.goldtext {
	color: #998C00;
	}
a.goldtext:link, a.goldtext:visited, a.goldtext:hover {
	color: #998C00;
	text-decoration: none;
	}
	
/*	Gray table	*/
table.graytable {
	background-color: #e6e6e6;
	margin-top: 15px;
	}
table.graytable td,
table.graytable th {
	border: 1px solid #FFF;
	padding: 5px;
	}
table.graytable th {
	color: #7f7f7f;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	}
.caption {
	font-size: 10px;
	margin: 10px 0 0 0;
}
#arrL {
	padding-right: 3px;
	}
#arrR {
	padding-left: 3px;
	}
#currentCnt {
	padding-right: 3px;
	}

#totalCnt {
	padding-left: 3px;
	}
	