/* CSS Document */


.comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666699;
}
#menu a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: right;
	color: #6633CC;
}
.menubkgd {
	background-image: url(assets/filler.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#menu a:hover {
	color: #FF0000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
}
h4 {
	color: #003366;
	font-size: 0.9 ems;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
#contents {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#menu {
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000033;
	display: block;
	padding: 5px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003366;
	display: block;
	padding: 5px;
}

