/* redefined styles */

a {
	color:#003;
}
a:hover {
	color:#000;
	text-decoration:none;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin: 0;
	font-weight: normal;
	background-color:#610000;
	margin:0px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	border-bottom: 1px dotted #990000;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
li {
	margin-left: -10px;
	list-style-image: url(/images/bullet.gif);
}


/* custom styles */

.border {
	border: 1px dotted #FFFFFF;
}
.footer {
	font-size: 11px;
	color: #666666;
}
.footer-nav {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
.header {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.intro {
	font-size: 14px;
}
.nav {
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.nav-arrow {
	font-size: 9px;
	color: #FFFFFF;
}
.quote {
	font-size: 10px;
	color: #666666;
}
.subheader {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	border-bottom-width: 1px;
}
.tagline {
	font-size: 12px;
	color: #FFFFFF;
}
.testimonial {
	font-size: 11px;
	color: #333333;
}
.text {
	font-size: 12px;
	color: #333333;
}
.text-bold {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.text-big {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
