
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	color: black;
	background-color: white;
	
}

div.header {
	height: 102px;

}
div.content {
	margin-left: 10%;
	margin-right: 10%;
}
div.content h1 {
font-size: 12pt;
font-weight: bold;
color: #330000;	
}
div.content h2 {
font-size: 11pt;
font-weight: bold;
color: #330000;
}
div.content h3 {
font-size: 11pt;
font-style: italic;
color: #330000;
}
div.content body {
background-image: url(images/background_04.gif);
}

td.menu {
	background-color: #330000;
}

div.mainmenu {
	color: silver;
	font-size: 9pt;
	font-family: arial;
	width: 197px;
	height: 100%;
}

div.menu, div.page {
	margin-top: .4em;
	margin-bottom: .4em;
}

div.menu {
	font-weight: bold;
	width: 100%;
}

div.menu div.menu a, div.menu div.page a {
	padding-left: .5em;
}

div.mainmenu div.page a {
	font-weight: bold;
}

div.menu div.page a {
	font-weight: normal;
}

div.menu a:link, div.menu a:visited {
	text-decoration: none;
	color: silver;
	width: 100%
}

div.menu a:hover {
	background-color: maroon;
	color: white;
	text-decoration: none;
	width: 100%;
}

div.page a:link, div.page a:visited {
	text-decoration: none;
	color: silver;
	width: 100%;
}

div.page a:hover {
	background-color: maroon;
	color: white;
	text-decoration: none;
	width: 100%;
}

div.copyrightNotice {
	text-align: center;
	font-size: 9pt;
	color: darkgray;
}

div.links {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

div.links table a {
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
}

div.links a:link, div.links a:visited {
	color: navy;
}

div.links a:hover {
	color: goldenrod;
}
