a.navbar, a.navbar:visited {
	background-color: #CC33CC;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.navbar:hover {
	background-color: #CC33CC;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

a, a:visited, a:active {
	color: #CC00CC;
	text-decoration: none;
}

a:hover {
	color: #3366CC;
	text-decoration: underline;
}

body {
	background-color: #000000;
	color: #CC66FF;
	font-family: Arial;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #CC33CC;
	font-size: 17pt;
}

tr, td {
	font-size: 11pt;
	vertical-align: top;
}

#toclinks {
	font-size: 11pt;
	padding-left: 10px;
	padding-right: 10px;
}

#toclinks strong {
	font-size: 12pt;
}

.content {
	padding-top: 10px;
	width: 100%;
}

.footer {
	color: black;
	font-size: 8pt;
}

.leftnav {
	background-color: white;
        color: #660066;
	background-image: url(leftnavbg.jpg);
	background-repeat: repeat-y;
	height: 700px;
	width: 200px;
}

.navbar {
	background-color: #CC33CC;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.top {
	background-color: black;
	color: #CC33CC;
	height: 100px;
	vertical-align: bottom;
}


