.tagline  {
	color : black;
	font-size : 15px;
	font-family : verdana, arial;
	font-weight : bold;
}

.title  {
	color : #000000;
	font-size : 18px;
	font-family : verdana, arial;
	font-weight : bold;
}
td {
	color : black;
	font-size : 12px;
	font-family : arial, verdana;
	font-weight : normal;
}

.data {
	color : black;
	font-size : 12px;
	font-family : arial, verdana;
	font-weight : normal;
}
.copyright {
	color : black;
	font-size : 10px;
	font-family : arial, verdana;
	font-weight : normal;
}
.topNavText {
	color : #FFFFFF;
	font-size : 12px;
	font-family : verdana, arial;
	font-weight : bold;
	text-decoration:none;
}
.topNavSpacers {
	color : #FFFFFF;
	font-size : 12px;
	font-family : verdana, arial;
	font-weight : normal;
	text-decoration:none;
}

.rightNav2 {
	font: normal bold 10px "verdana", "arial" ;
	color:#000000;
	text-decoration: none;
}
A:hover.rightNav2 {
	font: normal bold 10px "verdana", "arial";
	color: gray;
	text-decoration: none;
}
.rightNav3 {
	font: normal normal 11px "arial", "verdana";
	color:#000000;
	text-decoration: none;	
}
A:hover.rightNav3 {
	font: normal normal 11px "arial", "verdana";
	color:#000000;
	text-decoration: underline;
}

.smallpad {padding:4 5 1 9}
.mediumpad {padding:0 24 6 18}
.innerpad {padding:0 6 0 10}
.mypad {padding:1 5 5 10}

.lightnavlink {font:normal bold 11px "verdana", "geneva", "arial", "helvetica";
	color:#FFFFFF;
	background:transparent}
	
.lightnavlink2 {font:normal normal 10px "verdana", "geneva", "arial", "helvetica";
	color:#FFFFFF;
	background:transparent}
	
A:hover.lightnavlink {
	color:red;
}

.footerLink {
	color : #165BA0;
	font-size : 12px;
	font-family : arial, verdana;
	font-weight : normal;
}

.bord {
	border-color: #FC7F04;
	border-width: 1px;
	border-style: solid;
}

.bordtop {
    background: #FFFAB7;
	border-bottom: 0px solid #FC7F04;
	border-right: 1px solid #FC7F04;
	border-left: 1px solid #FC7F04;
	border-top:1px solid #FC7F04;
}

.bordleft {
	border-bottom: 0px solid #FC7F04;
	border-right: 0px solid #FC7F04;
	border-left: 1px solid #FC7F04;
	border-top:0px solid #FC7F04;
}

.bordleft2 {
	border-bottom: 1px solid #FC7F04;
	border-right: 0px solid #FC7F04;
	border-left: 1px solid #FC7F04;
	border-top:0px solid #FC7F04;
}

.bordright {
    background: #FFBF00;
	border-bottom: 0px solid #FC7F04;
	border-right: 1px solid #FC7F04;
	border-left: 0px solid #FC7F04;
	border-top:1px solid #FC7F04;
}

.bordright2 {
    background: #FEE7D0;
	border-bottom: 0px solid #FC7F04;
	border-right: 1px solid #FC7F04;
	border-left: 0px solid #FC7F04;
	border-top:0px solid #FC7F04;
	color : black;
	font-size : 10px;
	font-family : verdana, arial;
	font-weight : bold;
	text-decoration:none
}

.bordright3 {
	border-bottom: 0px solid #FC7F04;
	border-right: 1px solid #FC7F04;
	border-left: 0px solid #FC7F04;
	border-top:0px solid #FC7F04;
	color : black;
	font-size : 10px;
	font-family : verdana, arial;
	font-weight : bold;
	text-decoration:none
}

.bordright4 {
    background: #FEE7D0;
	border-bottom: 1px solid #FC7F04;
	border-right: 1px solid #FC7F04;
	border-left: 0px solid #FC7F04;
	border-top:0px solid #FC7F04;
}

.PollStyle {
	background-color: #FFFFFF;
}

.QuestionStyle {
	font-size : 10pt;
	font-family : verdana;
	font-weight : normal;
	color : #000000;
}

.Answer {
	font-size : 8pt;
	font-family : verdana;
	font-weight : normal;
	color : #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.SubmitButton {
	cursor: hand;
	background-image: url(../poll/imgs/submit.gif);
	width: 63px;
	height: 17px;
}