/* CSS Document */

p{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	padding: 4px;
	text-align: justify;
}

.bold {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.plink {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #0000FF;
	text-decoration: none;
}

.plink:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #339900;
	text-decoration: underline;
}

.navigation {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	display: block;
	padding: 4px;
	text-alig
}

.navigation:hover {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FF0000;
	display: block;
	padding: 4px;
}

.side {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.footernavigation {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.footernavigation:hover {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}
.header {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.header2 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #66CCFF;
}
.header3 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #00FF00;
}
.centerbold {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.p{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-align: justify;
}
