h1 {
	margin: 0 0 24px 0;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
}
h2 {
	margin: 0px 0px 6px;
	font-size: 16px;
	color: #fff;
}
h3 {
	margin: 0px 0px 8px;
	font-size: 16px;
	color: #fff;
}
h4 {
	margin: 0px 0px 4px;
	font-size: 14px;
	color: #fff;
}
h5 {
	margin: 0px 0px 7px;
	font-size: 14px;
	color: #fff;
}
h6 {
	margin: 0px 0px 5px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
p {
	color: #fff;
	font-size:14px;
	margin: 0 0 10px 0;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
#main ul {
	padding: 5px 0 20px 40px;
}
#main li {
	color: #fff;
	padding: 2px 0;
}
#main ul.hohmann {
	list-style-type: none;
	z-index: 1000;
	position:relative;
}
#main ul.hohmann li {
	padding: 2px 0 2px 28px;
	background: url(../images/naviIcon_active.jpg) no-repeat left top;
}

.clear {
	clear: both;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.text_high {
	color: #881981;
}
.textBlock {
	display: block;
	text-align: justify;
}
.floatLeft {
	float: left;
	margin: 10px 10px 10px 0;
}
.floatRight {
	float: right;
		margin: 10px 0 10px 10px;
}

.highlightBox {
	display: block;
	background: #fff;
	color: #881981;
	text-align: center;
	padding: 3px 0;
	margin: 2px 0;
}
.cbox1 {
	width: 155px;
	font-size: 10px;
	font-weight: bold;
}
.cbox1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #fff;
}
#main .bgImage {
	z-index: 1000;
	position:relative;
}

