/*
Cascading Style Sheet by Evan Callahan
Copyright (c) 2000 Callahan Software Solutions
*/

body {
	background-color: #cccc99;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
}

body, table, td {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	color: #003300;
	font-size: 24px;
	margin-top: 3px;
	margin-bottom: 12px;
}

h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	color: #003300;
	margin-top: 24px;
	margin-bottom: -2px;
}

p {
	margin-top: 8px;
	margin-bottom: 12px;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 18px;
}

ul {
	list-style-type: square;
	list-style-image: url('images/bullet.gif');
}

li {
	margin-top: 0px;
	margin-left: -8px;
	margin-bottom: 4px;
	list-style-position : outside;
}

hr {
	color: #336600;
}

img { 
	border-color : #000000;
}


/* Hyperlink styles */

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

a:hover {
	color: #ffffcc;
}


/* Specific Classes */

.nav {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	color: #663300;
	text-align: right;
}

.nav a:hover {
	color: #ffffcc;
}

.small {
	font-size: 12px;
}