@charset "UTF-8";
body {
	background-color: #0c0c0c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #FFF;
}
a {
	outline: none 0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link {
	color: #363636;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #363636;
}
a:hover {
	text-decoration: underline;
	color: #363636;
}
a:active {
	text-decoration: none;
	color: #363636;
}
.left {
	float: left;
}
.right {
	float: right;
	text-align: right;
}
.cleaner {
	clear: both;
}
.main {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.head1 {
	height: 30px;
	font-size: 20px;
	color: #dca950;
	padding-top:10px;
	padding-left:18px;
}
.grey_back {	
	background-color: #333;
	padding: 8px;
}
.yellow {
	font-size: 14px;
	color: #dca950;
}
.white {
	font-size: 11px;
	color: #bfbfc2;
}
.white-bar {
	font-size: 14px;
	color: #bfbfc2;
	background-color:#414145;
}





