<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	list-style:none;
}
.textn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

#basic-accordian{
	width:215px;
	position:relative;
	z-index:2;
	background-color: #dcd0c6;
	float: left;
}

#radio{
	width:158px;
	position:relative;
	z-index:2;
	background-color: #dcd0c6;
	float: left;
}

#poll-options {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	display: list-item;
	padding-left: 1px;
}

#vote_msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4D4C4C;
	display: list-item;
}
#vote_msg1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	display: list-item;
}

.accordion_headings{
	padding:5px;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	background-image: url(../images/bg_blogs01.gif);
	height: 26px;
	width: 205px;
	background-repeat: no-repeat;
}

.radio1 {
    padding:5px;
	color:#FFFFFF;
	cursor:pointer;
	font-weight: normal;
	height:300px;
	width: 130px;
	background-repeat: no-repeat;
	background-color: #dcd0c6;
	padding-top: 12px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 14px;
}

.accordion_headings1 {
    padding:5px;
	color:#FFFFFF;
	cursor:pointer;
	font-weight: normal;
	background-image: url(../images/bg_blogs01.jpg);
	height:520px;
	width: 187px;
	background-repeat: no-repeat;
	background-color: #dcd0c6;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
}

#url {
padding-top: 5px;
float: left;
width: 200px;
margin-left: 0px;
margin-top: 5px;
}

.accordion_headings2 {
	color:#FFFFFF;
	cursor:pointer;
	font-weight: normal;
	background-image: url(../images/bg_blogs02.jpg);
	background-repeat: no-repeat;
	height: 515px;
	width: 187px;
	background-color: #dcd0c6;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
}
.accordion_headings3 {
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	background-image: url(../images/bg_blogs03.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 187px;
	background-color: #dcd0c6;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
}

.accordion_child{
	background:#dcd0c6;
	height: 115px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
	font-size: 10px;
	color: #4c4b4b;
}
.accordion_child2 {
	height: 115px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
	font-size: 10px;
	color: #4c4b4b;
	background-color: #dcd0c6;
	background-image: url(../images/bullets_blogs2.gif);
	background-repeat: no-repeat;
	background-position: 15px 2px;
}

.accordion_child2 li {
	padding-bottom: 4px;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left 6px;
}

.header_highlight{
}
.accordion_child li {
	padding-bottom: 4px;
	padding-left: 9px;
	background-repeat: no-repeat;
	background-position: left 6px;
	background-image: url(../images/bullet_mini.gif);
}</pre></body></html>