body {
	background-color:rgb(240,240,240);
	margin:0px;
	border:0px solid white;
	padding:5px;
	overflow:auto;
}

.logoHeader {
	background-color:white;
	height:40px;
	width:100%;
	border:3px double black;
	padding-top:3px;
	padding-left:5px;
}

.logoHeader .logoText {
	font:bold 24px tahoma;
	position:relative;
	top:-10px;
}


.sectionHeader {
	position:relative;
	top:5px;
	font:bold 19px tahoma;
	color:navy;
}

.radioTable {
}

.radioTable th{
	padding-left:0px;
	text-align:left;
	padding-top:13px;
}

.radioTable td{
	padding-left:5px;
}

.stageID {
	color:black;
}

.emailTitle {
	font-weight:bold;
}

.optionsDiv {
	border:1px solid black;
	height:277px;
	display:none;
}

.optionsDiv table {
	font:bold 12px tahoma;
}

.optionsDiv textarea {
	font:normal 13px MS Shell Dlg;
}

.introText {
	font:bold 14px arial;
	color:green;
	padding:5px;
}


.caption {
	font: bold 11px tahoma;
}

.captionQuestion {
	font:bold 11px tahoma;
	color:blue;
}

.bg2, .bg3 {
	background-color:#DDDDDD;
}

.bg4 {
	background-color:#AAAAAA;
}
