A:link {
	color: #0000FF;
	background-color: transparent;
	cursor: hand;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
A:active {
	color: #0000FF;
	background-color: transparent;
	cursor: hand;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
A:visited {
	color: Navy;
	background-color: transparent;
	cursor: hand;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
A:hover {
	color: #0000FF;
	background-color: transparent;
	cursor: hand;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

A.graylink:link, A.graylink:visited, A.graylink:hover {
	color: Gray;
	background-color: transparent;
	cursor: hand;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}

H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 24px;
}

H1.green_h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 23px;
	color: Green;
}

H1.gray_h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 26px;
	color: #5f5f5f;
}

H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: center;
	color: #5f5f5f;
}

H2.green_h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: Green;
}

H2.gray_h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	color: #5f5f5f;
}

H2.silver_h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: Silver;
}

H2.yellow_h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #FFFF99;
	margin-bottom: 1px;
}

H3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Green;
}

P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

P.spaceafter {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}

ol, li, ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


TH {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-weight: bold;
	background-color: Gray;
	text-align: left;
	color: White;
}

TD {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

TD.red {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ff5050;
}

TABLE.details {
	border-top-color: #006400;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #006400;
	border-right-style: solid;
	border-right-width: 1px;
}

TD.captiongreen {
	border-bottom-color: #006400;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #006400;
	border-left-style: solid;
	border-left-width: 1px;
	color: White;
	background-color: Green;
	text-align: center;
}

TD.detailsgreen {
	border-bottom-color: #006400;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #006400;
	border-left-style: solid;
	border-left-width: 1px;
	color: Green;
}

TD.detailsgray {
	border-bottom-color: #006400;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #006400;
	border-left-style: solid;
	border-left-width: 1px;
	color: Gray;
}

TABLE.lit {
	border-top-color: silver;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: silver;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: silver;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: silver;
	border-left-style: solid;
	border-left-width: 1px;
}

.tablefont {
	color: Green;
	text-decoration: none;
}

.tablefontbold {
	color: Green;
	font-weight: bold;
	text-decoration: none;
}

.buttonlike {
	border: 1px solid Black;
	font-weight: bold;
}

LI.spaced {
	padding-bottom: 13px;
}