body {
	font: small "verdana", "tahoma", sans-serif;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#6C888D;
}

a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#4CA5FF;
}

#selectedItem {
	color:#4CA5FF;
}

#nav {
	background-color:#C0C0C0;
	color:white;
	text-align:center;
}

#nav li {
	list-style:none;
	font-size:9pt;
	text-indent: -20pt;
	padding-top:5pt;
}

#nav li a {
	display:block;
	font: italic bold medium "Georgia", "Times New Roman", "Garamond" sans-serif;
	text-indent: -20pt;
	text-decoration:none;
}

h1 {
	font: italic bold 300% "Georgia", "Times New Roman", "Garamond" sans-serif;
	color: #6C888D;
}

h2 {
	font-size: 15pt;
	font-style: normal;
	font-weight: bold;
	text-transform:capitalize;
	text-align:center;
}

h3 {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}

h4 {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

h5 {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	text-align:center;
}

h6 {
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	text-align:center;
}