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

* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:rgb(77, 77, 77);
	font-size: 14px;
	line-height: 15px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
border:none;
}

a {
	text-decoration:none
}

a:hover {
	text-decoration:underline
}

a:link {
	color: white;
}
a:visited {
	color: white;
}
a:hover {
	color: #CCC;
}
a:active {
	color: white;
}

.text-gold {
	color:rgb(173, 155, 112);
	font-weight: bold;
}

.text-white {
	color: white;
}

.text-gray {
	color: #CCC;
}

.text-black {
	color:#000
}

.text-10 {
	font-size:10px;
}

.text-12 {
	font-size:12px;
}

.text-14 {
	font-size:14px;
}

.text-20 {
	font-size:20px;
}

