body

{
  margin: 0px;
/*  background-attachment: fixed; */
  background-color: #969696;
  background-image:url('images/bg-tile.jpg'); 
  font-family: sans-serif;
}


/* NORMAL CONTENT */
span.t1 {
	font-family: Trebuchet MS;
	font-size: 13px; 
	font-style: none;
	color: #424242;
}


/* LOCATION DESCRIPTION */
span.t2 {
	font-family: Arial;
	font-size: 13px; 
	font-style: none;
	font-weight: bold;
	color: #233D23;
}


/* LOCATION STREETS */
span.t3 {
	font-family: Trebuchet MS;
	font-size: 15px; 
	font-style: none;
	color: #222222;
}


/* BULLETS */
span.bullets {
	font-family: Arial;
	font-size: 18px; 
	font-style: none;
	color: #233D23;
}


/* FORM FIELD NAMES */
span.form {
	font-family: Arial;
	font-size: 13px; 
	font-style: none;
/*	font-weight: bold; */
	color: #222222;
}


/* LOGIN MESSAGE */
span.login-msg {
	font-family: Trebuchet MS;
	font-size: 13px; 
	font-style: none;
	color: #ed1414;
}


/* FOOTER TEXT */
span.footer {
	font-family: Trebuchet MS;
	font-size: 8px; 
	font-style: none;
	font-decoration: none;
	color: #FFFFFF;
}


/* MOUSEOVER TOOLTIP */
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


a:link { 
	color: #FFFFFF;
	}
a:visited { 
	color: #FFFFFF;
	}
a:hover { 
	color: #FFFFFF;
/*	background-color: #233D23; */
	text-decoration: underline;
	}
a:active { 
	color: #FFFFFF;
	}