/* ### CORE ELEMENTS ### */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #000000;
	font-size: 12px;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-weight: normal;
	color: #e5e5e5;
}

img {
	border: none;
}

a  {
	text-decoration: none;
	color: #e5e5e5;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 12px;
	padding: 5px 0px;
}

h1 {
	font-family: "Century Gothic", "trebuchet ms", verdana, sans-serif;
	color: #F0F0F0;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
}

h2 {
	font-family: "Century Gothic", "trebuchet ms", verdana, sans-serif;
	color: #E3981B;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
}

h2 a {
    color: #E3981B;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}


/* ### FORMS ### */

select {
	font-size: 10px;
}

input {
	font-size: 10px;
}

fieldset {
	font-size: 10px;
}

legend {
	font-size: 11px;
}

label {
	float: left;
	width: 150px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}

table {
	border: none;
}
