A
{
	color: black;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A.link:hover {
	font-weight: bold;
	text-decoration: none;
}
.tableheader
{
    FONT-SIZE: 90%;
    BACKGROUND-COLOR: "#EEEEEE"
}
.header
{
    CURSOR: hand;
}
.NormalText {
	color: #000000;
	font-family:Verdana,Tahoma;
    font-size:14px;
}
.BannerText {
	color:black;
	font-family:Monotype Corsiva,Tahoma;
    font-size:50px;
    font-weight: bold;
}
.PollText
{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: black;
	font-style: italic;
	font-family: Verdana,Tahoma;
}
.Hidden
{
	DISPLAY: none;
	VISIBILITY: hidden;
}	
.MenuBtn
{
	border-left: black 1px outset;
	border-right: black 1px outset;
	border-top: black 1px outset;
	border-bottom: black 1px outset;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-top: 2px;
	font-size: 10pt;
	CURSOR: hand;
	color: black;
	font-family: Verdana, Tahoma;
	width: 110px;
	background-color: #B28559;
	text-align: center;
}
.visible
{
	VISIBILITY: visible;
}
.BoldText
{
	font-weight: bold;
	font-size: 18px;
}
.DivLinkText
{
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 3px;
}.border {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
}
.borderbnr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
