/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #000000;
	background-image: url(images/bk.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #AC1300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AC1300;
}
a:hover {
	text-decoration: none;
	color: #B04141;
}
a:active {
	text-decoration: none;
	color: #B04141;
}
a.btn:link {
	color: #B04141;
	text-decoration: none;
	font-weight: bold;
}
a.btn:visited {
	text-decoration: none;
	color: #B04141;
	font-weight: bold;
}
a.btn:hover {
	text-decoration: none;
	color: #B04141;
	font-style: italic;
	font-weight: bold;
}
a.btn:active {
	text-decoration: none;
	color: #B04141;
	font-style: italic;
	font-weight: bold;
}
.buttons {
	margin: 3px;
	padding: 3px;
	text-align: center;
	border: 1px solid #B04141;
	background-color: #000000;
}
.seelarger {
	font-size: 10px;
}.hometext {
	color: #8A0000;
}
.homebk {
	background-image: url(images/bk_home.gif);
	background-repeat: no-repeat;
	background-position: right;
}

