﻿
body { font-family: Arial; font-size: 10pt; }

/* General Classes */
.absolute		{ position: absolute; }
.alignCenter	{ text-align: center; }
.alignLeft		{ text-align: left; }
.alignRight		{ text-align: right; }
.block			{ display: block; }
.bold			{ font-weight: bold; }
.border0		{ border: none; }
.clearBoth		{ clear: both; }
.floatLeft		{ float: left; }
.floatRight		{ float: right; }
.font12			{ font-size: 12pt; }
.inline			{ display: inline; }
.left0			{ left: 0px; }
.nodisplay		{ display: none; }
.noprint        { display: none; }
.regular		{ font-weight: normal; }
.relative		{ position: relative; }
.right0			{ right: 0px; }
.valignTop      { vertical-align: top; }
.watermark		{ color: #666; font-weight: normal; }

a { color: #00f; text-decoration: underline; }
a img { border: none; }

/* FAQ */
#faq h2 { margin-top: 0; }
#faq ol { font-weight: bold; }
#faq ul>li { margin: 0 0 10px 0; }
#faq ol ul { font-weight: normal; }

/* survey.master */
body { background: #fff; }
#site { margin: 0 auto; width: 962px; }
#siteHeader { height: 68px; width: 962px; }
#siteBody { float: left; }
.testimonials { display: none; }
ul#siteNav { display: none; }
#siteFooter { clear: both; color: #000; height: 23px; margin: 10px 0 0 0; padding: 10px 10px 0 10px; text-align: center; width: 942px; }
#siteFooter a { color: #00f; text-decoration: underline; }

