body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	scrollbar-track-color:#ffffff; 
	scrollbar-face-color:#3FA6CC; 
	scrollbar-darkshadow-color:#666666; 
	scrollbar-shadow-color:#3FA6CC; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-3dlight-color:#3FA6CC; 
	scrollbar-highlight-color:#FFFFFF;
}

a {
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4E1C13;
	text-decoration: none;
}

a:hover {
	font: normal bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4E1C13;
	text-decoration: underline;
}

a.nav {
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4E1C13;
	text-decoration: none;
}

a.nav:hover {
	font: normal bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4E1C13;
	text-decoration: underline;
}

p {
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4E1C13;
	text-decoration: none;
}

div#homepage {
	z-index: 10;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 984px;
	height: 580px;
	margin-left: -492px;
	margin-top: -290px;
}

div#start {
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 984px;
	height: 580px;
	margin-top: -290px;
	margin-left: -492px;
	background: white url(../images/start.jpg) no-repeat;
}

div#start2 {
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 984px;
	height: 580px;
	margin-top: -290px;
	margin-left: -492px;
	background: white url(../images/home.jpg) no-repeat;
}

div#bg {
	z-index: 20;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 984px;
	height: 580px;
}

div#menu {
	z-index: 30;
	position: absolute;
	top: 135px;
	left: 0px;
	width: 984px;
	height: 28px;
}

div#content {
	position: absolute;
	top: 180px;
	left: 250px;
	width: 725px;
	height: 335px;
	overflow: auto;
}

div#copy {
	z-index: 30;
	position: absolute;
	bottom: 42px;
	right: 10px;
	color: #FFFFFF;
}

.input, .textarea, .select {
	background-color: #3FA6CC;
	border-color: #4E1C13;
	border-style: solid;
	border-width: 1;
	color: #4E1C13;
	font-family: verdana;
}

.Button  {
	background-color: #47BAD6;
	border-color: #4E1C13;
	border-style: outset;
	border-width: 1;
	color: #4E1C13;
	font-family: verdana;
	cursor: hand;
}

.table {
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

.copyright {
	color: #000000;
	font-family: arial;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}

.text {
	color: #4E1C13;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: none;
}

.SubText {
	color: #000000;
	font-family: arial;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}

.titel {
	color: #4E1C13;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.PollBG {
	background-color: #FFFFFF;
}

.PollAntBar {
	background-color: #4E1C13;
}

