/* CSS Document */
body {
	font-family: verdana, ariel;
}


h1 {
        Margin-top: 18px;
	font-size: 16px;
	border-bottom: solid black 1px;
	color: #0000CC;
}

h2 {
	font-size: 12px;
}

ul {
	font-size: 11px;
	padding-left: 15px;
margin-left: 5px;
}

p, td {
	font-size: 14px;
}

a.toplink:link, a.toplink:active, a.toplink:visited {
	color: #0000CC;
	text-decoration: none;
	font-size: 14px;
}

a.toplink:hover {
	color: #0000CC;
	text-decoration: underline;
	font-size: 14px;
}

a.leftlink:link, a.leftlink:active, a.leftlink:visited {
	color: #0000CC;
	text-decoration: none;
}

a.leftlink:hover {
	color: #0000CC;
	text-decoration: underline;
}

a.bodylink:link, a.bodylink:active, a.bodylink:visited {
	color: #0000CC;	
}

a.bodylink:hover {	
}

.leftnav {
	width: 200px;
	background-color: #EEEEEE;
	padding: 2px;
	vertical-align:top;
}

.body {
	padding: 5px;
}

.topper {
	background-color: #DDDDDD;
}
