/* CSS */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-color: #030349;*/
	background-color: #000;
}

a:link {
	color: #b26e2f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b26e2f;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #b26e2f;
}

div.enter a {
	width: 105px; height: 41px;
	background: url( '_img/splash/enter_btn.gif' ) 0px 0px no-repeat;
	display: block;
	}

div.enter a:hover {
	background-position: 0 -41px;
	}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: b39b2e;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 12px;
}

h4 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	line-height: 12px;
}

h5 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}

h6 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
}

p {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: 000;
}

/*hr {
    height: 1px;
    border: 1px solid;
}*/
