/* CSS Document */
H1{
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#4C4C4C;
font-weight:bold;
font-style:italic;
line-height:normal;
text-decoration:underline;
}
H2 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#4C4C4C;
font-weight:bold;
font-style:normal;
line-height:normal;
}
H3 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#CC9900;
font-style:italic;
font-weight:bold;
line-height:normal;
text-decoration:underline;
}
H4 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:normal;
font-style:normal;
line-height:normal;
}
H5 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#E27E23;
font-weight:bold;
font-style:normal;
line-height:inherit;
}
p{
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
color:#000000;
left:auto;
line-height:16px;
padding:0;
margin:0;
}
.bold {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #353535;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #545454;
	text-decoration: none; 
	background-color: #eaeaea;
	display: block;			
	width: auto;
}
.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color:#cc9000;	
	text-decoration: none; 
	background-color: #eaeaea;
	display: block;
	width: auto;
}
