/* Font and Paragragh Styling */
body {
	color: #CCCCCC;
	background: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
h1 {
	color: #999999;
	font-size: 140%;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cc3333;
	text-indent: 20px;
}
h2 {
	color: #0000CC;
	font: italic bold 100% Arial, Helvetica, sans-serif;
}
h3 {
	color: #cc3333;
	font-size: 120%;
	font-weight: bold;
}
h4 {
	color: #999999;
	font-size: 14px;
}
/*Testimonial text*/
.quote {
	font-style: italic;
	color: #336600;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
}
.footnote {
	font-size: 70%;
	line-height: 1em;
}

/*Testimonial author text*/
.quote_author {
	font-size: 60%;
	color: #666666;
	letter-spacing: -1px;
	border-bottom: 1px solid #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	line-height: normal;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}
.emphasize {
	font-weight: bold;
	color: #cc3333;
}
/*Emphasize text at beginning paragraph*/
.big_color {
	font-size: 108%;
	color: #cc3333;
}
.emphasize_white {
	font-weight: bold;
	color: #CCCCCC;
}
.list {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a {
	font-weight: bold;
	color: #3399FF;
}
p {
	line-height: 1.6em;
}
