/* CSS Document */
body {
	background-image: url(_images/index_bkgrnd.gif);
}
.body_text {
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #666666;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.black_link {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.bullet {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	list-style-image: url(_images/square_bullet.gif);
	text-align: left;
	float: none;
	clear: none;
	padding-bottom: 4px;
	margin-top: -10px;
}
.dark_gray {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}