body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 20px;
	background-color: #CCCCCC;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
p, td, li {
	font-size: 12px;
}
.textItalic {
	font-style: italic;
}
.textBold {
	font-weight: bold;
}
.textSmall {
	font-size: 11px;
}
.textSmall td a {
	font-size: 11px;
}
a:link {
	font-weight: bold;
	color: #666666;
}
a:visited {
	font-weight: bold;
	color: #666666;
}
a:hover {
	text-decoration: none;
}
.nav1 a {
	font-size: 11px;
	line-height: 30px;
	text-decoration: none;
	height: 30px;
	padding-right: 8px;
	padding-left: 8px;
}
.nav1 a:hover {
	background-color: #E5E5E5;
}
.nav2 a {
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	width: 160px;
	height: 20px;
	padding-right: 40px;
	padding-left: 10px;
	border-bottom: 1px solid #6666B3;
}
.nav2 a:visited {
	color: #FFFFFF;
}
.nav2 a:hover {
	background-color: #6666B3;
}
.nav3 a {
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	width: 160px;
	height: 20px;
	padding-left: 40px;
	border-bottom: 1px solid #CCCCCC;
}
.nav3 a:hover {
	background-color: #E5E5E5;
}
