/* CSS Document */

BODY, P, LI, TD, H1, H2, H3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #636363;
	font-size: 13px;
}

H1 {
	font-size:18px;
}

H2 {
	font-size:16px;
}

H3 {
	font-size: 14px;
	margin-bottom: 0px;
}
	
.tagline {
	color:#630831;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}

.quote {
	color:#630831;
	font-style:italic;
}

.small {
	font-size:12px;
}

.tiny {
	font-size:10px;
}

.burgundy {
	color:#630831;
}

.no_space_before {
	margin-top: 0;
}

.half_space_after {
	margin-bottom: 6px;
}

a {
	color: #006599;
	text-decoration: underline;
}
a:visited {
	color: #006599;
}
a:active {
	color:  #006599;
}
a:hover {
	color: #006599;
	text-decoration: none;
}
			
