@charset "utf-8";
/* CSS Document */
/*
.navigation  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}
.navigation:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}
.navigationCurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}
*/

.navigation  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	display: inline;
	padding-right: 30px;
}
.navigation:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: inline;
	padding-right: 30px;
}
.navigationCurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: inline;
	padding-right: 30px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	margin-left: 5%;
	margin-right: 5%;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #6B9CC0;
	margin-left: 5%;
	margin-right: 5%;
	text-transform:uppercase;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #999999;
	margin-left: 5%;
	margin-right: 5%;
	text-transform:uppercase;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	margin-left: 5%;
	margin-right: 5%;
}
h4 {	
    font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #999999;
	margin-left: 5%;
	margin-right: 5%;
	text-transform:uppercase;
}
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #6B9CC0;
	margin-left: 5%;
	margin-right: 5%;
	text-transform:uppercase;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
.style4 {
    color: #CC0000;
	font-size:14px;
	font-weight:bold;
}
a {
	color:#4B87B4;
	outline: none;
}
