/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0;
}

h2 {
	color:#666;
	font-family:"Courier New", Courier, monospace;
	font-size:20px;
}

h3 {
	color:#669966;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
}

a {
	color:#669966;
	font-weight:bold;
	text-decoration:none;
}

a.header {
	color:#669966;
	font-family:"Courier New", Courier, monospace;
	text-decoration:none;
	font-weight:normal;
	padding-right:20px;
	font-size:15px;
}

a.header:hover {
	color:#666666;
}

a.selected {
	color:#cc7755;
	font-family:"Courier New", Courier, monospace;
	text-decoration:none;
	font-weight:normal;
	padding-right:20px;
	font-size:15px;
}

a.selected:hover {
	color:#ee9977;
}

.alert {
	font-weight:bold;
	color:#990000;
}

.navlist li
{
	list-style-image: url(images/arrow.gif);
	list-style-type: circle;
}
