/* CSS Document */

.navigation  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	padding-left: 4px;
	padding-right: 4px;
}
.navigation:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	display: inline;
	padding-left: 4px;
	padding-right: 4px;
}


p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	margin-left: 5%;
	margin-right: 5%;
}


h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	text-decoration: none;
}


h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	text-decoration: none;
}


h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #3366FF;
	text-align: center;
	text-decoration: none;
}


h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	text-decoration: none;
}


h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3366FF;
	text-align: left;
	text-decoration: none;
}


h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration: none;
}

li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
	padding-top: 2px;
}


.style1{
     font-size: 10px;
	 color: #FFFFFF;
}


.style2{
     font-size: 12px;
	 color: #FFFFFF;
}	 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

img {
    border:0px;
}