body {
	margin: 0px;
	background-color: #45507b;
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	color: #000000;
}

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


table,td {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	color: #000000;
}

.NaviItem {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	position: relative;
	top: -1px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 130px;
	float: left;
}

.NaviItemActive {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	position: relative;
	top: -1px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 130px;
	float: left;
}

.SubNaviItem {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	position: relative;
	top: -1px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 125px;
	float: left;
}

.SubNaviItemActive {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	position: relative;
	top: -1px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 125px;
	float: left;
}


.bullet {
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 4px;
}

.subbullet {
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 4px;
}

.pageTitle {
	font-family: verdana,helvetica,sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.smallTitle {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}