/* CSS Document */

a {  text-decoration: none}
a:link, a:visited {
	text-decoration : none;
	color: #bc2a05;
	background: transparent; 
	}

a:hover {
	text-decoration : underline;
	color: #bc2a05;
	background: transparent; 
	}

a:active {
	text-decoration : none;
	color: #bc2a05;
	background: transparent;  
	}
	
.body {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #648620;
	margin-left: 30px;
	margin-right: 30px;
}

.surveybody {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #648620;
	margin-left: 10px;
	margin-right: 10px;
}

.head {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 16px;
	line-height: 18px;
	color: #648620;
	font-weight: bold;
}
