body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 14px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	font-style: italic;
	text-decoration: none;
}
.justify {
	text-align: justify
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #666666;
}
.copyright a:link {
	color: #962828;
	text-decoration: none;
	font-style: normal;
}
.copyright a:hover {
	text-decoration: underline;
	color: #C82828;
	font-style: normal;
}
.copyright a:visited {
	color: #962828;
	text-decoration: none;
	font-style: normal;
}
.menu-link {
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-indent: 20px;
	line-height: 50%;
	padding-top: 5px;
}
.menu-link a:link {
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.menu-link a:hover {
	font-style: italic;
	color: #CC0000;
	text-decoration: underline;
}
.menu-link a:visited {
	font-style: italic;
	color: #990000;
	text-decoration: none;
}



.menulevel1 {
	font-size:13px;
	margin: 10px 0px 0px;
	font-weight: bold;
}
.menulevel1 a {
	text-decoration:none;
	color:#000000;
}
.menulevel1 a:hover {
	color: #FF0000;
}
.menulevel1 a:visited {
	font-style: normal;
	color: #000000;
}
.menulevel2 {
	font-size:13px;
	margin:6px 0px 0px 10px;
	font-weight: bold;

}
.menulevel2 a {
	text-decoration:none;
	color:#000000;
}
.menulevel2 a:hover {
	color: #FF0000;
	font-style: italic;

}
.menulevel2 a:visited {
	font-style: normal;
	color: #000000;

}
.menulevel3 {
	font-size:12px;
	margin:4px 0px 0px 20px;
	font-weight: bold;

}
.menulevel3 a {
	color:#000000;
	text-decoration:none;
}
.menulevel3 a:hover {
	color: #FF0000;
	font-style: italic;

}
.menulevel3 a:visited {
	font-style: normal;
	color: #000000;
}
