/* CSS Document */
body {
	background-color: #CCCCCC;
}
a:link, a:hover, a:visited, a:active {
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #CC0000;
}
a:hover {
	color: #FF0000;
}
.topText a:hover, .topText a:active {
	background-color: #e6eff7;
}
.mainText a:hover, .mainText a:active {
	background-color: #e6eff7;
}
.sidebarText a:hover, .sidebarText a:active, .sidebarList a:hover, .sidebarList a:active {
	background-color: #F0F8FF; 
}
.contentDiv {
	padding: 10px;
} 
.footerDiv {
	padding: 14px;
} 
.h1Box {
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #cc6600;
	text-align: center;
}
.h2Box {
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	color: #cc6600;
	text-align: center;
}
.h3Box {
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #cc6600;
	text-align: left;
}
.h4Box {
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #cc6600;
	text-align: left;
	padding-left: 10px;
}
.mainText {
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	text-align: left;	
}

.mainText li, .mainText ul {
	list-style: circle;
}
	
.topText {
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: gray;
	padding: 6px;
}

.sidebarText {
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: black;
	padding: 6px;
}

.sidebarList {
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: black;
	text-align: left;
	text-indent: 6px;
	padding-left: 10px;
	list-style: none;
}

