@charset "UTF-8";
/* CSS Document */

a:focus {
-moz-outline: 0px;
outline: 0px;
}

.text {
	font-family: Arial;
	color: #B0ACBA;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position:center;
}
.mid {
	background-image: url(images/mid-bg.gif);
	background-repeat: no-repeat;
	background-color: #2d2c31;
}
.bold {
	color: #FFFFFF;
	font-weight: bold;
}
a:link, a:visited, a:active { 
	color: #FFFFFF;
	text-decoration: underline; 
	}
a:hover { 
	color: #009ff1;
	text-decoration: none; 
	}
.border {
	border: 1px solid #FFFFFF;
}