@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #171717;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/*---------------------------------*/
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
/*---------------------------------*/
.footer {
	padding: 6px;
	text-align: center;
	font-size: 10px;
	color: #666666;
}
.footer a:link {
	color: #666666;
	text-decoration: underline;
}
.footer a:visited {
	color: #666666;
	text-decoration: underline;
}
.footer a:hover {
	color: #666666;
	text-decoration: none;
}
.footer a:666666 {
	color: #CCCCCC;
	text-decoration: underline;
}
/*---------------------------------*/
.menuButton {
	margin-bottom: 3px;
}
.mainboxborder {
	background-color: #585858;
	border: 1px solid #960200;
	padding: 15px;
}
.mainbox {
	border: 1px solid #050505;
	background-color: #434343;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	padding-bottom: 2px;
	padding-left: 15px;
	background-image: url(images/bullet01.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.textTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B60906;
	padding: 2px;
}
