@charset "UTF-8";
body {
	margin: 0px;
	background-color: Black;
	background-image: url(images/main-bg.png);
	background-position: top;
	background-repeat: repeat;
	font-family: "Times New Roman";
	font-size: 12px;
	color: White;
}
a, a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #ffd700;
	text-decoration: underline;
}
strong {
	color: #4c4c4c;
}
.color1 {
	color: #6c0000;
}
.color2 {
	color: #8c99a6;
}
.mainmenu {
	padding-top: 27px;
	padding-left: 38px;
	line-height: 24px;
	font-family: "Times New Roman";
	font-size: 12px;
}
.footer {
	padding-top: 16px;
	font-size: 14px;
}
.content {
	padding-left: 20px;
}
