@charset "utf-8";
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #FF0000;
}


.style1 {color: #FF0000}



body {
	background-color: #2c2c2c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.gif);
}

.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.field {
	background-color: #333333;
	border: 1px solid #999999;
}
.box {
	background-color: #303138;
	border: 1px solid #383A42;
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.thumb_border {
	border: 1px solid #9B9B9B;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C3C3C3;
}
.text_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.box2 {
	background-color: #000000;
	border: 1px solid #666666;
}

