.NavVertSubItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FAFAFA;
}
.NavVertSubItem a:link{
	color: #000000;
	text-decoration: none;
}
.NavVertSubItem a:visited{
	color: #000000;
	text-decoration: none;
}
.NavVertSubItem a:hover{
	color: #000000;
	text-decoration: underline;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.sitemap {
	background-color: #999999;
	color: #FFFFFF;
	font-size: 10px;
	border: 2px solid #FFFFFF;
}
.sitemap p{
	text-indent: 5px;
}
.sitemap a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
.sitemap a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
.sitemap a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright {
	background-color: #999999;
	color: #FFFFFF;
	font-size: 10px;
}
.copyright p{
	text-indent: 5px;
}
.copyright a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.big {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;

}
p {
	font-size: 12px;
}
p a:link{
	color: #000000;
	text-decoration: underline;
}
p a:visited{
	color: #000000;
	text-decoration: underline;
}
p a:hover{
	color: #000000;
	text-decoration: underline;
}


.ContentPart{
	border: 2px solid #FFFFFF;
	background-color: #FAFAFA;
}
.ContentPart td{
	border: 5px solid #FAFAFA;
}
.ContentSub{
	background-color: #F1F1F1;
	font-size: 10px;
	border-top: 2px #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
.ContentSub td{
	border-top: 5px #F1F1F1;
	border-right: 5px solid #F1F1F1;
	border-bottom: 5px #F1F1F1;
	border-left: 5px solid #F1F1F1;

}
