
body { background: White;  }

td { font-family: arial;  font-size: smaller;  }

h4 { font-family: verdana;  padding-top: 5px;  font-size: small; }

li { list-style-type: square; }

a.nav {
	text-decoration: none;
	font-weight: bold;
	font-family : verdana;
	font-size : xx-small;
}

a.nav:link { color: dd2d2d }
a.nav:visited { color: dd2d2d }
a.nav:active { color: dd2d2d }
a.nav:hover { color:black; background:transparent; text-decoration:underline; }

a {
	text-decoration: none;
	font-family : Arial;
}
a:link { color: dd2d2d }
a:visited { color: dd2d2d }
a:active { color: dd2d2d }
a:hover { color:black; background:transparent; text-decoration:underline; }

.titlebar {
	background: #CFC9BD;
	font-weight: bold;
}

#contentarea { padding-left: 8px; }