TABLE.PollTable {
background-color: #000000;
width: 140;
}

TD.PollHeader {
background-color: #CCCCCC;
font-family: verdana;
font-size: 12px;
}

TD.PollTotalVotes {
background-color: #FFFFFF;
font-family: verdana;
font-size: 10px;
}

font.PollStatusMessage {
color: #EE0000;
font-size: 10px;
}

TD.PollEntryA {
background-color: #CCCCCC;
font-family: verdana;
font-size: 10px;
}

TD.PollEntryB {
background-color: #EEEEEE;
font-family: verdana;
font-size: 12px;
}

TD.VoteButtonBox {
background-color: #505050;
}

TD.PollFooter {
background-color: #AAAAAA;
font-family: verdana;
font-size: 10px;
}

A.PollLink {color: #FFFFFF; text-decoration: none;}
A.PollLink:visited {color: #FFFFFF; text-decoration: none;}
A.PollLink:active {color: #000000; text-decoration: none;}
A.PollLink:hover {text-decoration: underline;}