/* Presentation Stylesheet */ 

/* body and H tags */

p {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
	line-height: 1.6em;
	text-align: left;
	padding: 0 0 15px 0;
 }
 
h1 {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 8px;
	text-transform: uppercase;
 }
 

 
 h2 {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 8px;
	text-transform: uppercase;
}


h3 {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 8px;
}


h4 {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	font-weight: lighter;
	padding: 0 0 10px 0;
}



.link {
	color: #f74d56;
}

a:link {
	text-decoration: none;
	color: #6a9825;

}

a:visited {
	text-decoration: none;
		color: #6a9825;

}

a:hover {
	text-decoration: none;
	color: #e50b16;

}

a:active {
	text-decoration: none;
}

 
 /* text styles */
 

.copyright a:link, .copyright a:visited {
color: #fff;
}


.copyright a:hover {
text-decoration: none;
	color: #e50b16;
}

.bold {
	font-weight: bold;
}


.opener {
font-size: 90%;
}


.homehat_test {
font-family: Georgia, Times New Roman, Times, serif;
color: #a1b15f;
}


.greenlarge {
color: #a1b15f;
font-size: 130%;
font-weight: lighter;
}


.testimonial {
font-family: Georgia, Times New Roman, Times, serif;
font-style: italic;
color: #a1b15f;
font-size: 110%;
line-height: 1.5em;
}


.blog_blue {
color: #86a6b1;
}

