body {
	background-color: #cccccc; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.primary {
	width=95%;
}

.header {
	background-color: #ffffff;
	color: #000000;
	border-top: solid #000000 1px;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	border-bottom: solid #000000 1px;
	font-weight: bold;
	font-size: 16pt;
	vertical-align: top;
	height: 30px;
	padding: 5px;
}

.header a {
	color: #000000;
	text-decoration: none;
}


.header a:hover {
	color: #000000;
	text-decoration: underline;
}

.subheader {
	background-color: #ffffff;
	color: #0099ff;
	font-weight: bold;
	font-size: 16pt;
}

.footer {
	background-color: #ffffff;
	color: #000000;
	height: 10px;
	padding: 2px;
	font-size: 7pt;
	text-align: right;
	border-bottom: solid #000000 1px;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
}

.footer a {
	color: #000000;
	text-decoration: none;
}


.footer a:hover {
	color: #000000;
	text-decoration: underline;
}

.left {
	width: 200px;
	vertical-align: top;
	align: center;
	background-color: #ffffff;
	color: #000000;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	padding: 2px;
}

.main {
	width=100%;
	background-color: #ffffff;
	color: #000000;
	font-size: 10pt;
	border-bottom: solid #000000 1px;
	border-right: solid #000000 1px;
	padding: 25px;
}

.main a {
	color: #000000;
	text-decoration: none;
}

.main a:hover {
	color: #000000;
	text-decoration: underline;
}

.section {
	color: #000000;
	font-size: 10pt;
}

.navigation {
	width: 200px;
	color: #000000;
	font-size: 10pt;
	text-align: center;
}

.navigation a {
	width: 200px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.navigation a:hover {
	width: 200px;
	color: #ffffff;
	text-decoration: none;
	background-color: #0099ff;
}

.subnavigation {
	width: 200px;
	color: #000000;
	font-size: 8pt;
	text-align: center;
	background-color: #cccccc;
}

.subnavigation a {
	width: 200px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.subnavigation a:hover {
	width: 200px;
	color: #ffffff;
	text-decoration: none;
	background-color: #0099ff;
}
.subnavigation2 {
	width: 200px;
	color: #000000;
	font-size: 10pt;
	text-align: center;
	background-color: #cccccc;
}

.subnavigation2 a {
	width: 200px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.subnavigation2 a:hover {
	width: 200px;
	color: #ffffff;
	text-decoration: none;
	background-color: #0099ff;
}

.currentnavigation {
	width: 200px;
	color: #ffffff;
	font-size: 10pt;
	text-align: center;
	background-color: #0099ff;
}

.currentnavigation a {
	width: 200px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.currentnavigation a:hover {
	width: 200px;
	color: #ffffff;
	text-decoration: none;
	background-color: #0099ff;
}