body {
	background-color: #e4e4e4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.main {
	background-color: #FFFFFF;
}

.menuinterval {
	width: 6px;
}

td.menu {
	background-color: #011D80;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	width: 80px;
	height: 25px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

td.menu_selected {
	background-color: #FF9000;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	width: 80px;
	height: 25px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

td.menu a {
	text-decoration: none;
	color: #ffffff;
}

td.menu a:hover {
	text-decoration: underline;
	color: #ffffff;
}

td.menu_selected a {
	text-decoration: underline;
	color: #ffffff;
}

td.menu_selected a:hover {
	text-decoration: underline;
	color: #ffffff;
}

a.menu_footer {
	font-size: 10px;
	color: gray;
	text-decoration: none;
}

a.menu_footer:hover {
	font-size: 10px;
	color: gray;
	text-decoration: underline;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1.home {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 66px;
	font-weight: bold;
	text-align: right;
}

h2.home {
	font-size: 22px;
	text-align: right;
}

.p_header_1 { margin-top: 10px; margin-left: 0px; margin-right:	0px; padding: 2px 10px 2px 10px; background: #EBE8FE; border-bottom:	1px solid rgb(178,181,252); color:#000000; font-family:verdana,sans-serif; font-size:smaller; font-weight:bold; }
.p_header_2 { margin-top: 10px; margin-left: 0px; margin-right:	0px; padding: 2px 10px 2px 10px; background: #FFE4E4; border-bottom:	1px solid rgb(252,178,181); color:#000000; font-family:verdana,sans-serif; font-size:smaller; font-weight:bold; }
.p_header_3 { margin-top: 10px; margin-left: 0px; margin-right:	0px; padding: 2px 10px 2px 10px; background: #FFFBD9; border-bottom:	1px solid rgb(255,242,128); color:#000000; font-family:verdana,sans-serif; font-size:smaller; font-weight:bold; }