FORM.poll_form	{
  margin: 0px;
}

TABLE.poll_maintable	{
  background-color: rgb(159,161,137);
  border-collapse: collapse;
  border: solid rgb(159,161,137) 5px;
  width: 169px;
  font-family: sans-serif;
  font-size: 0pt;
}


TABLE.bd {
	 border-style: solid; 
  border-width: 1px; 
  border-color: #40403F;
}

TABLE.poll_archivetable	{
  background-color: rgb(159,161,137);
 
  width: 600px;
  font-family: sans-serif;
  font-size: 0pt;
}


TD.poll_title	{
  color: rgb( 59, 61, 37);
  width: 180px;
  font-weight: bold;
  font-size: 8pt;
  padding-bottom: 15px;
}

TD.poll_archivetitle	{
  color: rgb( 59, 61, 37);
  width: 700px;
  font-weight: bold;
  font-size: 9pt;
  padding-bottom: 15px;
}

TD.poll_radioField	{
  border-top: solid rgb(140,140,120) 1px;
  border-bottom: solid rgb(140,140,120) 1px;
  width: 15px;
  text-align: center;
  vertical-align: middle;
}

 INPUT.poll_radio	{
   background-color: transparent;
   height: 14px;
   width:  14px;
 }
 
 TD.poll_choiceField	{
  border-top: solid rgb(140,140,120) 1px;
  border-bottom: solid rgb(140,140,120) 1px;
  color: rgb( 39, 41, 17);
  width: 80px;
  font-size: 7pt;
}

TD.poll_choiceFieldarchive	{
  border-top: solid rgb(140,140,120) 1px;
  border-bottom: solid rgb(140,140,120) 1px;
  color: rgb( 39, 41, 17);
  width: 300px;
  font-size: 8pt;
}

TD.poll_choiceFieldVote	{
  border-top: solid rgb(140,140,120) 1px;
  border-bottom: solid rgb(140,140,120) 1px;
  width: 175px;
  font-size: 7pt;
}

TD.poll_barField	{
  border-top: solid rgb(140,140,120) 1px;
  border-bottom: solid rgb(140,140,120) 1px;
  vertical-align: center;
  text-align: left;
  padding: 0px;
  font-family: sans-serif;
  font-size: 7pt;
}

TD.poll_barFieldarchive	{
		  width: 200px;
  border-top: solid rgb(140,140,120) 1px;
  border-bottom: solid rgb(140,140,120) 1px;
  vertical-align: center;
  text-align: left;
  padding: 0px;
  font-family: sans-serif;
  font-size: 8pt;
}

 IMG.poll_bar	{
   background-color: rgb(146,  0,  0);
   height: 5px;
   width: 0px;
   vertical-align: middle;
 }

  IMG.poll_bararchive	{
   background-color: rgb(146,  0,  0);
   height: 6px;
   width: 0px;
   vertical-align: middle;
 }
 
TD.poll_footer	{
  color: rgb( 59, 61, 37);
  vertical-align: middle;
  font-weight: bold;
  width: 150px;
  height: 20px;
  font-size: 7pt;
  text-align: center;
  padding-top: 15px;
}

TD.poll_footerarchive	{
  color: rgb( 59, 61, 37);
  vertical-align: middle;
  font-weight: bold;
  width: 180px;
  height: 30px;
  font-size: 10pt;
  text-align: center;
  padding-top: 15px;
}

INPUT.poll_submit	{
  background-color: transparent;
  width: 42px;
  height: 13px;
}

BODY.write	{
  background-color: rgb(159,161,137);
  margin: 5px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 9pt;
}
a:link {  color: #364449; text-decoration: none}
a:visited {  color: #364449; text-decoration: none}
a:active {  color: #262F32; text-decoration: none}
a:hover {  color: #364449; text-decoration: underline}
hr {  color: #40403F; border: #40403F}
