	table.poll_left 
	{
		font-size: 10pt; 
		width: 100%; 
		border-right: 2px cornflowerblue dotted;
		border-top: 2px cornflowerblue dotted;
		border-bottom: 2px cornflowerblue dotted;
		background-color: aliceblue; /*palegoldenrod, cornflowerblue*/
	}

	table.poll_right 
	{
		font-size: 10pt; 
		width: 100%; 
		border-left: 2px cornflowerblue dotted;
		border-top: 2px cornflowerblue dotted;
		border-bottom: 2px cornflowerblue dotted;
		background-color: aliceblue; /*palegoldenrod*/
	}
	
	td.poll_header
	{
		font-family: Tahoma;
		font-size: 10pt;
		color: white;
		font-weight: bolder;
		background-color: darkblue;  
	}

	td.poll_title
	{
		font-family: Tahoma;
		font-size: 8pt;
		color: black;
		background-color: lightsteelblue;  
		text-align: center;
	}

	td.poll_answer
	{
		font-family: Tahoma;
		font-size: 8pt;
		color: black;
		background-color: aliceblue;  
		text-align: left;
	}

	td.poll_send_button
	{
		font-family: Tahoma;
		font-size: 8pt;
		color: black;
		background-color: aliceblue;  
		text-align: center;
		padding-top: 3px;
		padding-bottom: 5px;
	}
		
	td.poll_footer
	{
		font-family: Tahoma;
		font-size: 8pt;
		color: black;
		background-color: lightsteelblue;  
		text-align: left;
	}
			  
	.poll_button
	{
    color: white;
    height: 14pt;
    background-color: crimson;
    border-width: 1px 1px 1px 1px;
    border-color: black;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    border-style: solid;    
	}
	
	a.poll_link
	{
		color: darkblue;
	}

	table.poll_outer_tab
	{
		width: 430px;
		border-right: 2px cornflowerblue dotted;
		border-left: 2px cornflowerblue dotted;
		border-top: 2px cornflowerblue dotted;
		border-bottom: 2px cornflowerblue dotted;
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 5px;

		background-color: aliceblue; 
	}

	td.poll_outer_td
	{
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 3px;
		padding-right: 3px;
	}

	table.poll_inner_tab
	{
		width: 100%;
		background-color: white; 
	}

	td.poll_inner_td_header_news
	{
		font-size: 8pt;
		/* font-style: italic; */
		color: white;
		font-weight: bold; 
		background-color: darkblue; /*steelblue yellowgreen gold*/

		border-right: 1px black solid;
		border-left: 1px black solid;
		border-top: 1px black solid;
		border-bottom: 1px black solid;
	}	

	td.poll_inner_td_content_news
	{
		font-size: 8pt;
		border-right: 1px black solid;
		border-left: 1px black solid;
		border-top: 0px black solid;
		border-bottom: 1px black solid;
		text-indent: 1cm;
		/* font-family: Tahoma; */
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		background-color: lightsteelblue; /* lightsteelblue */
	}	
