.a { text-decoration: none} 
.biru { font-family: verdana, arial; font-size: 10px; font-style: normal; font-weight: bold; color: #155DA5; text-decoration: none} 
.biru:hover { font-family: verdana, arial; font-size: 10px; font-style: normal; font-weight: bold; color: #155DA5; text-decoration: underline} 
.puti { font-family: verdana, arial; font-size: 9px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none}
.puti:hover { font-family: verdana, arial; font-size: 9px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: underline}
.font { font-family: verdana, arial; font-size: 8pt; font-style: normal; font-weight: normal; color: #707070; text-decoration: none}
.font:hover { font-family: verdana, arial; font-size: 8pt; font-style: normal; font-weight: normal; color: #F6900B; text-decoration: underline}
.fontrg { font-family: verdana, arial; font-size: 8pt; font-style: normal; font-weight: normal; color: #F6900B; text-decoration: none}
.fontrg:hover { font-family: verdana, arial; font-size: 8pt; font-style: normal; font-weight: normal; color: #F6900B; text-decoration: underline}
.font1 { font-family: verdana, arial; font-size: 7pt; font-style: normal; font-weight: normal; color: #707070; text-decoration: none}
.font2 { font-family: verdana, arial; font-size: 7pt; font-style: normal; font-weight: normal; color: #ADD6FF; text-decoration: none} 
.link { font-family: verdana, arial; font-size: 7pt; font-style: normal; font-weight: bold; color: #2483E3; text-decoration: none}
.link:hover { font-family: verdana, arial; font-size: 7pt; font-style: normal; font-weight: bold; color: #2483E3; text-decoration: underline}
.count { font-family: Arial Narrow; font-size: 25px; font-style: normal; font-weight: bold; color: #FCF0C0; text-decoration: none}
.orange { font-family: verdana, arial; font-size: 8pt; font-style: normal; font-weight: bold; color: #F6900B; text-decoration: none} 
.orange:hover { font-family: verdana, arial; font-size: 8pt; font-style: normal; font-weight: bold; color: #F6900B; text-decoration: underline}
.orange:link { font-family: verdana, arial; font-size: 8pt; font-style: normal; font-weight: bold; color: #F6900B; text-decoration: none}
.header { font-family: verdana, arial; font-size: 10pt; font-style: normal; font-weight: bold; color: #F6900B; text-decoration: none}
.header:hover { font-family: verdana, arial; font-size: 10pt; font-style: normal; font-weight: bold; color: #F6900B; text-decoration: underline}

	/*  poll.css - stylesheet settings for poll snippets */

.poll {
  width:100%;
  font-size:1em;
  margin:0;
  padding:0;
}
.poll_container {
  width:100%;
  background-color:#F4CB2C;
  color:black;

  padding-top:0.5em;
  padding-bottom:0.5em;
  margin-left:auto;
  margin-right:auto;
}
.poll_question {
  width:100%;
  text-align:center;
}
.poll_row_container {
  width:100%;
  padding:.1em 0;
}
.poll_choice {
  width:30%;
  float:left;
  text-align:left;
  padding-left:0em;
}
.poll_votes {
  width:15%;
  float:left;
  padding-right:.5em;
  text-align:right;
}
.poll_bar_container {
  width:35%;
  height:.98em;
  background-color:#c6c981;
  border:1px solid black;
  float:left;
  margin:.1em;
}
.poll_bar {
  height:.98em;
  background-color:#FF3366;
  float:left;
  margin:0;
  padding:0;
}
.poll_percent {
  text-align:right;
  padding-right:1em;
  margin-left:auto;
  margin-right:auto;
}
.poll_totalvotes {
  width:45%;
  text-align:right;
}
.float_left_text_right {
  width:50%;
  float:left;
  text-align:right;
  margin:0;
  padding:0;
}
.float_right_text_left {
  width:50%;
  float:right;
  text-align:left;
  margin:0;
  padding:0;
}
.left {
  width:75%;
  float:right;
  text-align:left;
  margin:0;
  padding:0;
}
.space_line {
  clear: both; margin: 0; padding: 0; width: 90%;
}

/* END - poll.css */