/* CSS Document */

/* Main Page */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../images/bk_poll2.gif);
	background-position: top center;
	background-repeat: repeat-x;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 18px;
	text-transform: capitalize;
	font-weight: normal;
	color: #000000;
}

/* Layout Styles */

.small {
	font-size: 9px;
}

/* Navigation */

a:link {
	text-decoration: none;
	color: #0A4511;
}
a:visited {
	text-decoration: none;
	color: #0A4511;
}
a:hover {
	text-decoration: underline;
	color: #0A4511;
}
a:active {
	text-decoration: underline;
	color: #0A4511;
}