body { background-color: white;}

.styleTitle {
	color: black;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	text-align: left;
}

.styleTitleBig {
	color: black;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	text-transform: uppercase;
	text-align: left;
}

.styleTitleBigCenter {
	color: black;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	text-transform: uppercase;
	text-align: center;
}

.styleText {
	color: black;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;

}

.styleTextCenter {
	color: black;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-align: center;

}

.styleCaption {
	color: black;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 7pt;
	text-align: center;

}

.styleHeadingHome {
	color: black;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;

}

.styleHeadingScroll {
	color: black;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
}

.styleTextScroll {
	color: black;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-indent: 0px;
}

.styleTextScroll p{
	margin-top: 4px;
	margin-bottom: 8px;
	margin-right: 25px;
	margin-left: 4px;
	text-align: justify;
}

.styleHighlights {
	color: #000000;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
}

.styleFooter {
	color: white;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 7pt;
	text-transform: uppercase;
}

.styleLocatorTitle {
	color: black;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	text-transform: uppercase;
	text-align: left;
}

ul {
  list-style-type: square;
  text-align: left;
}


a:link {  color: #000000}
a:visited {  color: #000000}
a:hover {  color: #000000}


/*
#invertedtabs{
margin-left: 70px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#invertedtabs ul{
font: bold 9px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
margin:0;
margin-bottom: 5em; /*margin between menu and rest of content* /
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: white;
background: #235937 url(media/color_tabs_left2.gif) no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #a2d507;
}

#invertedtabs a:hover span{
background-color: #a2d507;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab* /
background-color: #a2d507;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #a2d507;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs* /
}
*/

