body, html {
	font: 12px Tahoma, Arial, Verdana, Helvetica;
	color: #a4a4a8;
	background-color: #ffffff;
}

a:link {
	color: #2e2e32;
	text-decoration: underline;
}

a:visited {
	color: #2e2e32;
	text-decoration: underline;
}

a:hover {
	color: #5f5f61;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
}

h3, h4, h5, h6 {
	font-size: 12px;
	margin: 0;
	font-weight: normal;
}

hr {
	height: 1px;
	background: #fff;
	margin: 25px 0px 0px;
}

input, textarea, select {
	border: 1px solid #999999;
	margin: 4px 5px 0 0;
	padding: 2px;
	vertical-align: baseline;
	width: 160px;
}

ul {
	list-style: inside square;
	margin-bottom: 5px;
}

ol {
	list-style: inside decimal;
}

p{
	margin-top: 14px;
	line-height: 16px;
	color:#ffffff;
}

strong {
	color: #ffffff;
}

/**
* 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;
}