body {
	font-family:verdana,arial,sans-serif;
	color:black;
	background-color:#B1B0D0;
	margin:0px;
	font-size:9pt;
	background-repeat: no-repeat;
}

td {
	font-size:9pt;
}

form {
	margin:0px;
}

h1 {
	font-size:18pt;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:10px;
}

h2 {
	font-size:14pt;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;
}

h3 {
	font-size:14pt;
	font-weight:normal;
	margin-top:3px;
	margin-bottom:3px;
}

h4 {
	font-size:12pt;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;
}

h5 {
	font-size:12pt;
	font-weight:normal;
	margin-top:3px;
	margin-bottom:3px;
	text-decoration:underline;
}

h6 {
	font-size:12pt;
	font-weight:normal;
	font-style:italic;
	margin-top:3px;
	margin-bottom:3px;
}

a {
	color:black;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#56379D;
	font-weight:bold
}

.button {
	border:2px solid black;
	color:white;
	background-color:#9A1658;
	cursor:hand;
}

td.footer {
	background-color:#3333CC;
	border:1px solid black;
	padding:4px;
	color:white;
}

/************************************ Content ************************************/

/************************************ Menu ************************************/
.menu {
}

table.menutable {
	width:100%
}

table.menutable td {
	text-align:center;
}

.menu a {
	color:white;
	text-decoration:none;
	font-size:10pt;
	border:1px solid black;
	padding-left:20px;
	padding-right:20px;
	white-space:nowrap;
	display:block;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#3333CC;
	margin:2px;
}

.menu a:hover {
	background-color:#CC3333;
}

.menu .selected {
}

.menu .selected a {
	background-color:#33CC33;
}

.menu .selected a:hover {
	background-color:#CC3333;
}

.submenu {
	visibility:hidden;
	position:absolute;
	background-color:#CC3333;
}

.submenu td {
	padding:1px;
}

.submenu a {
	color:white;
	text-decoration:none;
	font-size:9pt;
	border:0px solid;
	padding-left:20px;
	padding-right:20px;
	white-space:nowrap;
	display:block;
	padding-top:2px;
	padding-bottom:2px;
	margin:2px;
}

.submenu a:hover {
	background-color:#CC3333;
}
