* {
	padding: 0;
	margin: 0;
	border: 0;
    outline: 0;
}

body {
	background: #e7e7e7 url(../images/neue_bg.jpg) no-repeat top center;
	font: 62.5% 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
	color: #666666;
}

p, dt, dd, li {
	font-size: 1.1em;
	line-height: 1.4em;
}
dd p {
	font-size: 1em;
}

p {
	margin: 0 0 1em 0;
}

a {
	text-decoration: underline;
	color: #666666;
}

a:hover, .aselected {
	color: #b12c25;
}
.aselected {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
}

h4 {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 1em;
}

hr {
	height: 1px;
	background: #e3e3e3;
	margin: 1.5em 0;
}

input {
	padding: 0.3em 0.5em;
	border: 1px solid #666666;
	font-size: 1.1em;
}
input[type=submit]:hover {
	color: #b12c25;
}


.floatl {
	float: left;
}
.floatr {
	float: right;
}

.clear {
	height: 0px;
	clear: both;
	font-size: 0px;
}
.clearlight {
	clear: both;
}

.margin {
	margin: 0.5em !important;
}
.padding {
	padding: 0.5em !important;
}

.visible {
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
.show {
	display: block;
}
.hide {
	display: none;
}

.alert {
	color: #BB0000;
	padding: 0.5em 0;
}