a, a:active {
  outline: none;
}

#content a:link, #content a:active, #content a:visited {
	color: #DCB77B;
	text-decoration: none;
}
#content  a:hover {
color: #ffcd2c;
}


html, body, form, table {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	color: #CCCCCC;
}

body {
	background-color: #252525;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
}

#containerx {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#content {
	position: absolute;
	width: 645px;
	top: 385px;
	left: 355px;
	border: 1px solid #4b4b4b;
	background-color: #0e0e0e;
}
#leftBox {
	position: absolute;
	width: 245px;
	top: 385px;
	left: 100px;
}
.border4B4B4B {
	border: 1px solid #4B4B4B;
	margin-bottom: 10px;
}
.boxInLeft {
	border: 8px solid #111111;
	background-color: #000000;
	padding: 5px;
}
#mss {
	width: 900px;
	height: 285px;
	position: absolute;
	top: 90px;
	left: 100px;
	border: 1px solid #4B4B4B;
	background-color: #111111;
}
h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #DCB77B;
	font-weight: bold;
}
h1 {
	font-size: 21px;
	line-height: 7px;
}
h2 {
	font-size: 17px;
	line-height: 17px;
}
h3 {
	font-size: 13px;
	line-height: 17px;
}
#logo {
	position: absolute;
	z-index: 99;
	width: 222px;
	height: 68px;
	top: 11px;
	left: 100px;
}
.frmBack {
	border: 1px solid #DCB77B;
	background: black;
	color: #CCCCCC;
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.tdBack00 {
	height: 25px;
	border-bottom: 1px solid #4B4B4B;
}
.tdBack01 {
	height: 25px;
	border-bottom: 1px solid #4B4B4B;
	background: #2D2D2D;
}
.sideLink {
	margin: 5px;
}
.sideLink a:link, .sideLink a:active, .sideLink a:visited, .sideLink a:focus {
	color: #CCCCCC;
	text-decoration: none;
}
.sideLink a:hover {
	color: #ffcd2c;
}
