html, body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0%;
	top: 0%;
	right: 100%;
	bottom: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #252525;
}
p {
	font-size: 10pt;
}
h1 {
	font-size: 13pt;
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
	font-style:italic;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #252525;
}
a:link {
	color: #151515;
	text-decoration: underline;
}
a:active {
	color: #151515;
	outline: none;
	-moz-outline: none;
	text-decoration: underline;
}
a:visited {
	color: #151515;
	text-decoration: underline;
}
a:hover {
	color: #a50007;
	font-weight: normal;
}

.clearLeftFloat {
	clear:left;
}
.clearRightFloat {
	clear:right;
}
.clearBothFloat {
	clear:both;
}
.cMain {
	margin: 10px;
}
.cMainContent {
	padding: 10px;
}
.cHeadline {
	float: left;
}
.cLoginForm {
	padding: 10px;
}
.cLogoutForm {
	padding: 14px;
	float: right;
}
.cNav {
	margin-top: 10px;
}
.cNavItem {
	float: left;
	margin-right:10px;
}
.navItemLink {
	font-size:12pt;
}