A:link {
	color: #CDCDCD
}
A:active {
	color: #CDCDCD
}
A:hover {
	color: #FF0000;
	text-decoration: none
}
A:visited {
	color: #CDCDCD
}
.body {
	background-color: #000000;
	color: #7F7F7F;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	/*font-weight: bold*/
}
.h1 {
	color: #1B27B9;
	font-size: 16px
}
.h2 {
	color: #1B27B9;
	font-size: 14px
}
.h3 {
	color: #1B27B9;
	font-size: 12px
}
.small {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px
}
/* #### Jesse's Additions #### */
.disclaim {
	background-color: #666666;
	border-style: solid;
	border-color: #CDCDCD;
	border-width: 1px;
	color: #CDCDCD;
	font-family: sans-serif;
	font-size: 11px;
	padding: 2px;
}
.page-text {
	color: #CDCDCD;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
}