/* CSS Document */

#wrapper
{
	width: 780px;
	/*height: 580px;*/
	margin: auto;
	background-color: #fff;
	/*background-image: url(images/votingPage01.jpg);
	background-repeat: no-repeat;
	background-position: top;*/
}
#content
{
	width: 580px;
	margin: auto;
	padding-bottom: 30px;
}
body
{
	background-color: #888;
	font-size:10px;
	font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
}
a:link{
	color: #E4CB63;
	text-decoration:none;
	}
a:hover{
	color: #FFFFFF;
	text-decoration:underline;
	}
a:active{
	color: #FFFFFF;
	text-decoration:underline;
	}
a:visited{
	color: #E4CB63;
	text-decoration:none;
	}
h1
{
	color: #888;
	line-height: normal;
	font-size:14px;
}

h3
{
	color: #888;
	line-height: normal;
	font-size: 12px;
}
.oddColumn
{
	background-color: #69f;
}
.evenColumn
{
	background-color: #6cf;
}
.introtext
{
	background-color: #888888;
	color: #ffffff;
	line-height: normal;
	font-size: 10px;
	padding:15px;
	text-align:left;
	vertical-align:top;
}

.bodytext
{
	color: #888888;
	line-height: normal;
	font-size: 10px;
	text-align:left;
	vertical-align:top;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	}
