﻿body {
	font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: monospace;
	font-weight: bold;
}

li {
	list-style-type: square;
}


#logo_img {
	border-style: none;
	
}

abbr {
	text-decoration: none;
	border-style: none;
}

address {
	font-style: normal;
}

#navigation {
	font-weight: bold;
	text-transform: uppercase;
}

#logo_img {
	width: 186px;
	height: 123px;
}

.access, #navigation {
	font-size: small;
}

#navigation {
	padding-bottom: 1em;
	border-bottom: solid 1px #000000;
	margin-bottom: 2em;
}

a, a:link, a:active {
	color: #009966;
}

a:visited {
	color: #99CC99;
}

a:hover {
	color: #006633;
}

dd {
	margin-left: 0em;
	margin-right: 0em;
	
	padding-bottom: 2em;
}

dt {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-size: large;
}

#content table tbody th {
	text-align: left;
	font-weight: normal;
}