* {
	font-family : sans-serif;
}
div.main p, div.main ul, div.main ol {
	color: #58595b;
	font-size: 0.9em;
}
div.header a {
	text-decoration : none;
}
div.header h1 a {
	text-transform : uppercase;
	font-size : 1.2em;
	font-weight : normal;
}
div.header p.tagline {
	text-transform : uppercase;
	font-size : 0.7em;
	letter-spacing : 3px;
}
div.header p.call {
	font-size : 1.5em;
}
div.header ul li {
	font-size : 0.75em;
}
div.content {
	font-size : 0.9em;
	line-height : 1.3em;
}
div.content a {
	color : #9fcf67;
}

div.main h2 {
	font-size : 1.25em;
}

div.main h3 {
	color: #cd1074;
	font-size : 1.20em;
	font-weight: normal;
}


div.main h4 {
	color: #58595b;
}
div.main blockquote {
	font-size : 1.2em;
}

div.alt {
	font-size:0.9em;
	color : #9fcf67;
}

div.alt_home {
	font-variant : small-caps;
	color: #ca006c;
}
div.alt address {
	font-style : normal;
}
div.alt a {
	text-decoration : none;
}
div.alt a.active {
	color : #CA006C;
}
div.alt a:hover {
	color : #CA006C;
}

div.alt h3 {
	margin: 0;
}

div.alt_home  a{
	color: #ca006c;
}

div.footer {
	font-size : 0.6em;
}

.left { text-align : left; }
.right { text-align : right; }