@charset "UTF-8";
.table_brdr_bk {
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.text_small_bk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.text_small_wh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}
.tablebottom {
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 5px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.Table_gradient {
	background-color: #CCCCCC;
	background-image: url(images/tbl_bg.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c3c1c1;
	border-right-color: #c3c1c1;
	border-bottom-color: #c3c1c1;
	border-left-color: #c3c1c1;
}
.Title_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.title_reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.title_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
/* Default for the poll bars */

.pollBar {
	height: 15px;
	background: #000055;
	border: 1px solid #000000;
}

/* Poll bar ids are sequential and one-indexed */

#pollBar1 {
	background: #ff0000;
}

#pollBar2 {
	background: #00ff00;
}

#pollBar3 {
	background: #0000ff;
}

#pollBar4 {
	background: #ffff00;
}

#pollBar5 {
	background: #00ffff;
}

#pollBar6 {
	background: #ff00ff;
}
.credit {
	font-family: Arial, sans-serif;
	font-size: 7pt;
	color: #696969;
}
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}
legend {
		background-color: #CCCCCC;
	background-image: url(images/tbl_bg.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c3c1c1;
	border-right-color: #c3c1c1;
	border-bottom-color: #c3c1c1;
	border-left-color: #c3c1c1;
	/*font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #7590BA;
	border: 1px outset #cccccc;
	padding: 2px 2px 0 2px;
	font-weight: bold;*/
}
fieldset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		background-color: #CCCCCC;
	background-image: url(images/tbl_bg.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c3c1c1;
	border-right-color: #c3c1c1;
	border-bottom-color: #c3c1c1;
	border-left-color: #c3c1c1;
	width: 300px;
	/*border: solid 1px #666666;
	padding: 0 10px 10px 10px;
	margin-bottom: 15px;*/
}

a:link {
	color: #000000;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:active {
	color: #0000CC;
}
