@charset "utf-8";

a:link {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #00FF33;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #006666;
	text-decoration: underline;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	color: #484848;
	font-weight: bold;
	font-style: normal;
	background-color: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 12px;
	margin-left: 12px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #48576F;
	margin-top: 12px;
	margin-bottom: 6px;
	border-left-width: 11px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 7px;
	line-height: 1.7em;
}
h6 {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10px;
	color: #999999;
	padding-top: 6px;
}
body {
	background-image: url(images/bglines.gif);
}
object {
	float: right;
	clear: right;
	padding: 0px;
}
td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
	font-weight: bold;
}

