@charset "UTF-8";
/* CSS Document */

/* GLOBAL
----------------------------------------------------------------------*/
body {
	font: normal 0.8em/1.2em Verdana, Arial, Helvetica, sans-serif;
	border: 0;
	padding: 0;
	color: #333;

}

/* TYPOGRAPHY
----------------------------------------------------------------------*/

h1 { /*Default headline*/
	font: normal 1.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align:center;
}

h2 {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #333;
	text-align:center;	
}
h3 {
	padding: 0;
	font-size: 1.2em;
}
h4 {
	font-size: 1.2em;
		color:#aa0000;
}
.redhead {
	font-size: 1.3em;
	line-height:1.2em;
		color:#aa0000;
		font-weight:bold;
		text-align: center;
}
.blackhead {
	font-size: 1.6em;
	line-height:1.3em;
		color:#333;
		font-weight:bold;
		text-align: center;
}
.testimonial {
text-align:center;
}
.small {
	font-size: 0.9em;
	line-height: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tiny {
	font-size: 0.8em;
}
.tinylabel {
	font-size: .7em;
	text-align: center;
	letter-spacing: .1em;
	margin: 0;
}
.large {
	font-size: 1.1em;
	line-height: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.stack1 {
	font-size: 1.1em;
	line-height: .3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.stack2 {
	font-size: 1.2em;
	line-height: .3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.stack3 {
	font-size: 1.3em;
	line-height: .3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


hr { /*Dotted horizontal rule*/
	color: #fff; 
	background-color: #fff; 
	border: 2px dotted #ccc; 
	border-style: none none dotted;
	width:450px;
}	

/* LINKS
----------------------------------------------------------------------------------------------------*/
a:link {color: #33c; text-decoration: none; font-weight: bold;}
a:visited {color: #33c; text-decoration: none;font-weight: bold;}
a:hover {color: #333333; text-decoration: underline;font-weight: bold;}




