@charset "utf-8";
body {
	background-color: #121212;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
}
.terms {
	color: #FFFFFF;
}

.menu {
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.menu #current {
	background-color: #DE1B2E;
	font-weight: bold;
	color: #000000;
}
.menu #current a {
	background-color: #666666;
}


.menu a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 8px;
}
.menu a:hover {
	font-weight: bold;
	color: #000000;
	background-color: #DE1B2E;
}
.main {
	padding: 5px;
}
.main li {
	padding-bottom: 10px;
}
.main   .style   li {
	list-style-type: square;
	padding-bottom: 0px;
}
.main  .style  ol {
	list-style-type: disc;
}
.front li {
	list-style-type: none;
	background-image: url(tick.gif);
	background-repeat: no-repeat;
	margin-left: -30px;
	padding-left: 30px;
	padding-bottom: 15px;
}
.front ol {
	list-style-type: none;
	margin-left: -20px;
}



a {
	color: #DE1B2E;
}
.footer {
	color: #DE1B2E;
	text-align: center;
	padding: 5px;
}
.quote {
	font-style: normal;
	color: #000000;
}
.name {
	font-weight: bold;
	text-align: right;
	color: #E10A00;
}
