body {
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	background: #FFF;
}

h1 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 300%;
	font-weight: normal;
	color: #000;
}

h2 {
	margin: 0;
	padding: 15px 0 5px 0;
	font-size: 1.1em;
	color:#fff;
}


/* list styles */

ul, ol {
	padding: 0;
	margin: 0;
}
li {
	text-transform: uppercase;
	font-size: 1.0em;
	padding: 0;
	list-style: none;
	color: #4b4b4b;
	font-weight: normal;
	line-height: 1.1em;
}

li a {
	color: #777777;
	text-decoration: none;
	line-height: 1.1em;
}

li a:hover {
	color: #000;
	text-decoration: none;
}

/* link styles */

a {
	color: #4b4b4b;
	text-decoration: none;
}

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

a.light {
	color: #bcbcbc;
	text-decoration: none;
}

a:hover.light {
	color: #FFF;
	text-decoration: none;
}

#fdb_26 a {
	display:block;
	width: 30px;
	height: 25px;
}

/* image styles */

img {
	border: 0;
}

/* form styles */

form {
	padding: 0;
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}

input, textarea, a {
	outline: none;
}

label {
	display: block;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 4px;
	color: #FFF;
}

label.error {
	position: absolute;
	top: 2px;
	right: 8px;
	padding: 3px;
	color: #676d7f;
	font-size: 1.0em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}

input.submit-button {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	font-size: 1.2em;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 120px;
	text-align: middle;
}

/* common classes */

.black {
	color: #000;
}

.bold {
	font-weight: bold;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.noborder {
	border: 0;
}

.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
