body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-size: 12px;
}

li {
	font-size: 12px;
}

td {
	font-size: 12px;
}

th {
	font-size: 12px;
	background-color: #003300;
	color: #FFFFFF;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

a:link {
	font-style: normal;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

a:visited {
	color: #660000;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.outline {
	border-left: solid 1px #003300;
	border-top: solid 1px #003300;
}

.outline td {
	border-right: solid 1px #003300;
	border-bottom: solid 1px #003300;
}

.menu{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.menu a:link{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.menu a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

.submenu a:link{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.submenu a:visited {
	color: #000000;
	text-decoration: none;
}

.submenu a:hover {
	text-decoration: underline;
}

.emphasis {
	font-size: 12px;
	font-weight: bold;
	color: #003300;
}
