/* CSS Document */

p{
font-family: Century Gothic;
font-size: 14px;
color: #000000;
line-height: normal;
padding: 3px;
}

h1{
font-family: Century Gothic;
font-size: 16px;
font-weight: bold;
color:#000000;
line-height: normal;
padding: 3px;
}

h2{
font-family: Century Gothic;
font-size: 14px;
font-weight: bold;
color: #000000;
line-height: normal;
padding: 3px;
}

h3{
font-family: Century Gothic;
font-size: 10px;
color: #000000
line-height: normal;
padding: 3px;
}

h4{
font-family: Century Gothic;
font-size: 14px;
font-weight: bold;
color: #CC0000;
line-height: normal;
padding: 3px;
}

h5{
font-family: Century Gothic;
font-size: 18px;
font-weight: normal;
color:#000000;
line-height: normal;
padding: 3px;
}

.navigation{
	font-family: Century Gothic;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	background-color: #AB751D;
	display: block;
	padding: 2px;
}


.navigation:hover{
	font-family: Century Gothic;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #AB751D;
	display: block;
	padding: 2px;
}

.border {
	border: 1px solid #000000;
}

