@charset "utf-8";
/* CSS Document */

.navigation
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#454545;
	
}



h1
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	color:#d8d8d8;
	text-align:justify;
	text-transform:uppercase;
	margin-top:0px;
	padding-top:0px;
	
	
}


h2
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:22px;
	color:#CCC;
	word-spacing:5px;
	line-height:25px;
	font-weight:normal;
	text-align:justify;
	margin-top:0px;
	padding-top:0px;
	
}

h3
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:20px;
	color:#CCC;
	margin-top:0px;
	padding-top:10px;
	
	
}

h4
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	color:#d8d8d8;
	margin-top:0px;
	padding-top:0px;
	
	
}

h5
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#d8d8d8;
	word-spacing:3px;
	line-height:25px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

h6
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	color:#d8d8d8;
	word-spacing:3px;
	line-height:25px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

blockquote
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#999;
	word-spacing:3px;
	line-height:25px;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:5px;
	margin-bottom:0px;
	padding-right:20px;
	text-transform:uppercase;
	border-bottom:solid 1px;
	border-top:solid 1px;
	border-color:#333;
}


.uppercase_white
{
	text-transform:uppercase;
	color:#009569;
}



.footer
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#404c20;
	word-spacing:3px;
}

.justify
{
	text-align:justify;
}

.contact
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#CCC;
}
p
{
	
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	color:#999;
	word-spacing:3px;
	line-height:25px;
	text-align:justify;
}


a {
	color:#909;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	
}

a:visited {

	
}





