﻿.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:red;
		
}

.subheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color:black;
	


}

.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	line-height:20px;

}
.subcontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	line-height:20px;
	list-style:none;

}

.label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	line-height:20px;
	list-style:none;
	vertical-align:middle;

}


.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	
}

#div_container{
	
	width:600px;
	border-left:thick;
	border-left-color:navy;
	border-left-style:solid;
	padding-left:10px;
}

#div_survey{
border-bottom-style: dashed;
border-bottom-color:gray;
border-bottom-width:thin;
	
}