/* Presentation Stylesheet */ 

/* body and H tags */

h3, p {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	color: #666666;
	line-height: 1.7em;
	text-align: left;
	padding: 0px;
 }

h4 { margin:0; font-family: Arial, Helvetica, sans-serif; font-size: 65%; color: #CC0000; line-height: 1.5em; }
.copyright {
	color: #666666;
}
 
 a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
		color: #CC0000;

}
a:active {
	text-decoration: none;
}
 

h1 {
	font: 110% Arial, Helvetica, sans-serif;
	color: #CC0000;
	margin: 0px 0px 10px;
	padding: 0px;
}


h2 {
	font: lighter 90%/1.3em Arial, Helvetica, sans-serif;
	color: #CC0000;
	margin: 0px 0px 10px;
	padding: 0px;
}

.redBodyBold{
	color: #CC0000;
	font-weight: bold;
}

.quote{
	font-size:95%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.3em;
	padding-bottom: 10px;
	font-weight: lighter;
}

.hartecbold{ font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; }

.hartec{ font-style: normal; 
}

.testimonial_red{
	color: #CC0000;
}

.BodyBold{
	font-weight: bold;
	color: #000000;
}

.redBodyBoldLarge{
	color: #CC0000;
	font-weight: bold;
	font-size:100%;

}

.AdrianBodyBoldLarge{
	color: #CC0000;
	font-weight: bold;
	font-size:100%;
	padding-top: 15px;

}

.Bold{
	font-weight: bold;
}

