/* Font and Paragragh Styling */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #666666;
	font: bold 120% Arial, Helvetica, sans-serif;
}
h2 {
	color: #0000CC;
	font: italic bold 100% Arial, Helvetica, sans-serif;
}
h3 {
	color: #666666;
	font: bold 100% Arial, Helvetica, sans-serif;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

p {
	font-size: 80%;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 1em;
}
/*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: #0033CC;
}
/*Emphasize text at beginning paragraph*/
.big_color {
	font-size: 108%;
	color: #0000CC;
}
.award_recip {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-left: 10px;
	margin-right: 15px;
	font-weight: bold;
}

