body, p, li, ul, ol, dt, dl, dd, h2, h3, h4, form, td, th, small, form {
	font-family: arial, sans-serif;
	color: #000000;
	background-color: #ffffff;
}

h1 {
	font-family: arial, sans-serif;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}

.menu {
	background-color: #000000;
	font-family: arial, sans-serif;
	text-align: left;
	color: #ffffff;
	font-size: small;
}

.navbar {
	background-color: #000000;
	font-family: arial, sans-serif;
	text-align: right;
	color: #ffffff;
	font-size: small;
}

.navbar a:link, .menu a:link {
	color: cccccc;
}
.navbar a:visited, .menu a:visited {
	color: 999999;
}

body {
	background-color: #ffffff;
}

body.index {
	background-color: ffffff;
	margin-left: 0px;
	margin-right: 0px;
}

blockquote {
	font-style: italic;
}


ul {
	list-style: disc;
}


a:link {
	color: 333333;
}

a:visited {
	color: 999999;
}

td {
	vertical-align: top;
}

td.header {
	background-color: 000000;
	color: ffffff;
}

h1.header {
	background-color: 000000;
	color: ffffff;
	margin-bottom: -10px;
	margin-top: -10px;
}

th {
	font-weight: bold;
}

dt, strong {
	font-weight: bold;
}

.body {
	clear: left;
}

.footerinfo {
        margin: 20px 0 0 0;
        font-family: arial, sans-serif;
        font-size: small;
        clear: left;
}

