body {
	font: 13px tahoma,verdana,arial,helvetica,helv,sans-serif;
	background: #8d899d;
	color: #e9eee6;
}

td {
	font: 13px tahoma,verdana,arial,helvetica,helv,sans-serif;
}

p {
	font: 13px tahoma,verdana,arial,helvetica,helv,sans-serif;
 	color: #e9eee6;
	text-align: justify;
      line-height: 20px;
}

input {
	font: 13px verdana,arial,helvetica,helv,sans-serif;
}

.headline {
	background: rgb(18,24,53);
	font: bold 16px trebuchet ms,arial,helvetica,helv;
}

.subheadline {
	background: rgb(18,24,53);
	font: bold 15px trebuchet ms,arial,helvetica,helv;
}

.content {
	background: rgb(56,65,88);
	text-align: justify;
}

.cdiv {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.main {
  background: rgb(56,65,88);
}

.newshead {
	background: rgb(18,24,53);
	font: bold 15px trebuchet ms,arial,helvetica,helv;
}

.newsbody {
	background: rgb(56,65,88);
	text-align: justify;
}

.forum_name {
  font: 22px trebuchet ms,arial,helvetica,helv;
}

.list {
  text-align: left;
}

.date {
  text-align: left;
}

.heading1 {
  font: bold 22px trebuchet ms,arial,helvetica,helv;
  color: rgb(192,196,207);
  text-decoration: underline;
  margin: 0px;
  position: relative;
  left: -16px;
}

/* Survey CSS */


.headerGraphic {
}
.image {
}
/* title - extra large normal font */
.surveyTitle {
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	vertical-align: default;
}
/* subtitle - bold normal font */
.surveySubtitle {
	font: bold 15px trebuchet ms,arial,helvetica,helv;
	text-align: center;
}
.surveyPage {
        text-align: center;
}
/* information below subtitle - normal font */
.addInfo {
	text-align: center;
	vertical-align: default;
}
.message {
	font-weight: bold;
	text-align: center;
}
.reqQuestion {
	font: bold 15px trebuchet ms,arial,helvetica,helv;
	text-decoration: none;
	text-align: center;
}
/* main table (bordering the question boxes) - dark blue */
.mainTable {
	cell-spacing: 0;
	width: 100%;
	border: 0;
      color: black;
}

/* bars between question boxes - dark blue */
.preQuestionBorder {
	width: 500px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	border: 1px none #000000;
	height: 8px;
	vertical-align: text-top;
}
.qnOuterTable {
	width: 100%;
	border: none;
	background-color: #000000;
	cell-spacing: 1;
}
/* inner borders - surrounding boxes inside question boxes - near black */
.qnInnerTable {
	width: 100%;
	border: none;
	background-color: #333333;
	cell-spacing: 1;
}
/* number cell box - large bold number inside a dark grey box */
.qnInnerTd {
	background-color: #AAAAAA;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	width: 26px;
	vertical-align: text-top;
}
.qnInner {
	background-color: #CCCCCC; # question box color
	width: 100%;
	height: 27;
	vertical-align: middle;
	color: #000000; # question text color
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
/* answer box  - white, normal black font */
.qnType {
	height: auto;
	background-color: #FFFFFF;
	vertical-align: middle;
	color: #000000;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
.thankHead {
}
.thankBody {
}
.returnLink {
	color: #253D8E;
	text-decoration: underline;
}
/* textbox and radio button colors - black answers in white boxes
INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
	color: #000000;
	background-color: #FFFFFF;
}


 */


