td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:12px;
	color:#6A6A6A;
}
form
{
	margin:0px;
}
a {

	text-decoration: underline;
	color:#2578CD;
}
a.gray {

	text-decoration: underline;
	color:#6A6A6A;
}
.red
{
	color:#A50000;
}
a.red
{
	color:#A50000;
	text-decoration:underline;
}
.blue
{
	color:#2578CD;
}
a.blue
{
	color:#4C6D93;
	text-decoration:underline;
}
a.top
{
	color:#656565;
	text-decoration:none;
	font-weight:bold;
}
.green
{
	color:#497231;
	font-size:9px;
	font-weight:bold;
}
.menu
{
	color:#464646;
}
a.menu
{
	color:#464646;
	text-decoration:underline;
}
.copy
{
	color:#4F84AE;
}
a.copy
{
	color:#4F84AE;
	text-decoration:underline;
}
.black
{
	color:#000000;
}
.copy2
{
	color:#787878;
}
.t9
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* Added for Map */

#loaddiv {

 	
  position: absolute;
  top: 330px;
  left: -300px;
  width: 250px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  color:#000000;
  border: 4px solid #497231;
  background-color: #d6d6d6;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  opacity: .75;
  filter: alpha(opacity=75);

}

div.divider {
	border-bottom: 1px dashed #6A6A6A;
}

div.top_divider {
	border-top: 1px dashed #6A6A6A;
}

div.left_divider {
	border-left: 1px dashed #6A6A6A;
}

div.right_divider {
	border-right: 1px dashed #6A6A6A;
}


