html, body {	
	background-color: #f9efd5;
	font-family: Arial, Helvetica, sans-serif;
}
a {	
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a.menu {	
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}
a.menu:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 0.8em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #000000;
}
p, td, th {	
}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px;
}

#footer {
	border-top: #FFFFFF 1px solid;
	padding-top: 5px;
	width: 100%;
	float: none;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	clear: both;
}
.errortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #CC0000;
	font-weight: bold;
}
.notificationtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
}
.currentPage {
	background: #EDEDED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold
	color: #000000;
	padding: 10 ;
}

a.bar {	
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}
a.bar:hover {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
	color:#000000;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0033;
	font-weight: bold;
}
.style2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}