body {
	color: Black;
	background-color: White;
	font-family: "Trebuchet MS", "Times New Roman", sans-serif;
	font-size: 9pt;
	
}

td {
	font-family: "Trebuchet MS", "Times New Roman", sans-serif;
	font-size: 9pt;
}

li {
	list-style-type: disc;
}

p.centrebit {
	font-family: "Trebuchet MS", "Times New Roman", sans-serif;
	font-size: 9pt;
	text-align: justify;
}

p.pullout {
	color: #660000;
	font-weight: bolder;
}

p.faq{
	color: #660000;
	font-style: italic;
}

h1 {
	font-size : 22px;
	color: #660000;
	text-align: right;
	font-weight: bold;
}

h2 {
	font-size: 16pt;
	color: #6666CC;
	text-align: right;
}

h3{
	font-size: 12pt;
	color: #6666CC;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #000080;
	text-decoration: none;
}

#title {
	border-right: Black solid 1px;
	padding: 5px;
}

#body {
	border-right: Black solid 1px;
	border-top: Black solid 1px;
	padding: 5px;
	
}	

#sidepanel {
	border-top: Black solid 1px;
	padding: 12px;
}
	
#navlist {
	float: left;
	width: 140px;
	margin-left: 0%;
}

#navlist.li{
	list-style-type: disc;
}

#navlist a {
	/*/*/
	display: block;
	padding: 2px 2px 2px 14px;
	width: 90%;
	border-bottom: Black solid 1px;
	font-family: "Trebuchet MS", "Times New Roman", sans-serif;
}

#navlist a:link, #navlist a:visited {
	color: Black;
	text-decoration: none; /* */
}

#navlist a:hover {
	background-color: #000099;
	color: #FFFFFF;
	background-position: top;
}


