.style4 {font-size: xx-large}
.style5 {
	color: #663399;
	font-weight: bold;
}
.style6 {
	color: #663399;
	font-size: x-large;
	font-weight: bold;
}
.style7 {font-size: x-small}
.style10 {
	font-size: small;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #0033CC;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: none;
	color: #99CC33;
}
a:active {
	text-decoration: none;
	color: #0033CC;
}
.style11 {
	font-size: medium;
	color: #663399;
}

#contentBody {
	padding:20px 10px 10px 10px;
	text-align:left;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
}

#contentBody h1 { 
	font-size:18px;
}

#contentMenu {
	padding-top:10px;
	text-align:left;
	vertical-align:top;
	width:23%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#contentMenu ul {
	margin:0px;
	list-style-type:none;
}