/* CSS Document */

p{
font-family: Verdan, sans-serif;
font-size: 11px
color: #000000;
line-height: 18px;
padding: 3px;
}.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 100px;
}
.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 100px;
}.navigation2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: inline;
	padding: 8px;
	width: 100px;
}
.navigation2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: inline;
	padding: 8px;
	width: 100px;
}
