body {
	background-color: #111111;
	margin: 0px;
}
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #A10000;
	text-decoration: underline;
}
a:active {
	color: #A10000;
	text-decoration: blink;
}
.content_table {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.dark_cell {
	background-color: #111111;
}
.light_cell {
	background-color: #E4E4E4;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #111111;
	line-height: 14px;
}
.legal {
	color: #545454;
	padding-top: 8px;
	padding-bottom: 8px;
}
.posted {
	font-style: italic;
	color: #A9A9A9;
}
.headline {
	font-weight: bold;
	text-transform: capitalize;
}
.menu150 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: 111111;
	width: 150px;
}
.padding_8px {
	padding-top: 8px;
	padding-bottom: 8px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	width: 150px;
}
.padding_4px {
	padding-top: 4px;
	padding-bottom: 4px;
}
