/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.main_title {
	font-size: 24px;
	/*font-weight: bold;*/
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:3px;
	margin-bottom:10px;
}
.section_title {
	font-size: 18px;
	/*font-weight:; bold*/
}

h1 {
font-size:20px;
font-weight:normal;
margin-bottom: 9px;
}
.poll_feedback {
	font-size: 16px;
	font-weight:600;
	border-bottom: 1px solid #CCCCCC;
	width:100%;
	padding-top: 10px;
}

a {
color:#0000FF;
}
a:visited{
color:#0000FF;
}
.dotted_divisor {
	background-image: url(images/dotted.gif);
	background-repeat: repeat-y;
	background-position:center;
}

.Estilo1 {
	font-size: 10px;
	background-image:url(images/dotted.gif);	
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:top;
	width:100%;
	margin-top: 12px;
	
}

div#faq_body {
	line-height: 17px;;
}

.response_up {
	background-color:#FFFFCA;
	font-style:italic;
	font-size:13px;
	padding-left:3px;

}

.response_down {
	background-color:#FFFFCA;
	font-style:italic;
	font-size:13px;
	padding-left:3px;
}

.Estilo2 {
	font-size: 14px;
	font-weight: bold;
}

.Estilo5 {
	font-weight:bold;
	font-size:14px;
	
	}

li {
	list-style-type:none;
	line-height:16px;
	}
