BODY {
       background-color:#000000; 	
       color: #FFFFFF;
}

A {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana
}

A:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Verdana
}

FORM {
	display: inline;
	font-family: Verdana;
}

A.main {
  color: #575757; font-family:Verdana
}

a:hover.main {
  color: #575757; font-family:Verdana
}

tr.footer {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold
}

td.footer {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

tr.main_footer {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold
}

td.main_footer {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}


TD.main, P.main {
       color: #575757;
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.5
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family: Verdana;
	font-size: 10px; color:#000000
}


TEXTAREA {
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
}


TABLE.formArea {
	background-position: 0% 0%; border:1px solid #FFFFFF; font-family: Verdana; background-image:none; background-repeat:repeat; background-attachment:scroll
}

TD.formAreaTitle {
	font-family: Verdana, Verdana;
	font-size: 12px;
	font-weight: bold;
}



#tour_button {
        padding: 0;
        font-family: 'Verdana';
        color: #FFFFFF;
        font-size:10pt;
        list-style-type:disc; text-align:left 
}
#tour_button ul {
        margin: 0;
        padding: 0;
        list-style-type:none;
        text-align:left;
        color:#FFFFFF;
}
#tour_button li {
        margin: 0;
        text-align:left;
        color:#FFFFFF;
}
#tour_button li a {
        display: block;
        color: #FFFFFF;
        text-decoration: none;
        width: 100%;
        padding-left:0.5em;
        padding-right:5px;
        padding-top:5px;
        padding-bottom:5px;
        font-family:Verdana;
        font-size:10pt;
        list-style-type:disc;
        text-align:left;
}
html>body #tour_button li a {
        width: auto;
        text-align:left;
        color:#FFFFFF;
}
#tour_button li a:hover {
        background-color: #79BD80;
        color: #000000;
        text-align:left
}
#tour_button li.selected  a {
        color: #894749;
        text-align:left;
}