body, html {
	font: 11px Trebuchet MS, Arial, Verdana, Helvetica;
	color: #f3f3f3;
	background-color: #000000;
}

a:link {
	color: #0084ba;
	text-decoration: underline;
}

a:visited {
	color: #0084ba;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

h1 {
/*	font-size: 18px;
	margin: 10px 0 5px 0;
	color: #2c3940;*/
}

h2 {
	font-size: 16px;
	margin: 30px 0 10px 0;
}

h3, h4, h5, h6 {
	font-size: 12px;
	margin: 0;
}

hr {
	height: 2px;
	background: #000;
	margin: 10px 0px;
}

em {
	color: #94ced7;
}

input, textarea, select {
/*	background: #FFF;*/
	border: 1px solid #888;
	margin: 4px 5px 0 5px;
	padding: 2px;
	vertical-align: baseline;
	color: #FFF;
}

ul {
	list-style: inside square;
	margin-bottom: 5px;
}

ol {
	list-style: inside decimal;
}

p{
	margin-bottom: 10px;
}

/**
* CustomSelect
**/

.customSelect {
	border: 1px solid #888;
	margin: 4px 5px 0 5px;
	padding: 2px 16px 2px 2px;
	position: relative;
}

.customSelectOptions {
	background: #FFF;
	border: 1px solid #888;
	padding: 2px;
}

.customSelectOption {
	background: #FFF;
	color: #55F;
	padding: 1px;
}

.customSelectOption:hover {
	background: #55F;
	color: #FFF;
}

.customSelectOptionIcon {
	margin-right: 5px;
}