body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;	
	font-size: 12px;
}

.main {
	width: 525px;
	margin: 0 auto;
	display: block;
	vertical-align: baseline;
}

.language{
	float: right;
	padding-top: 7px;
	display: block;
}

.a_selected{
	color: #231f20;
	font-weight: bold;	
	text-decoration: none;
}

.a_deselected{
	color: #82796b;
	font-weight: normal;	
	text-decoration: none;
}

.intro{
	color: #231f20;
	display: block;
	padding-top: 24px;	
}

.yearvote{
	color: #231f20;
	display: block;
}

.year{
	font-size: 17px;
}

.opt{
	color: #231f20;	
}

.footer{
	padding-top:30px;
}

.down_link{
	color: #82796b;
	text-align: center;
}

.note{
	color: #777;
	text-align: center;
	font-size: 11px;
}

.votes{
	border:1px solid #d3d7d3;	
	border-collapse: collapse;
	color: #777;
}

.voted td{
	color: #ffffff;
	
	
}

.userTable {
    background-color: #231f20;
    width: 100%;
    font-size: 9pt;
}

.userTable tr {
    background-color: #ffffff;
}

.userTable tr:hover {
    background-color: #d7dbd7;
    cursor: pointer;
}

.userTable th {
    background-color: #045c97;
    color: white;
}


