body

{
  margin: 0px;
  background-attachment: fixed;
  background-color: #e0e0e0;
  font-family: sans-serif;
}


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


/* SLIGHTLY SMALLER */
span.t2 {
	font-family: Trebuchet MS;
	font-size: 11px; 
	font-style: none;
	color: #424242;
}


/* SLIGHTLY BIGGER */
span.t3 {
	font-family: Trebuchet MS;
	font-size: 15px; 
	font-style: none;
	color: #424242;
}


/* SMALL */
span.t4 {
	font-family: Verdana;
	font-size: 9px; 
	font-style: none;
	color: #424242;
}


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



a:link { 
	color: #333333;
	}
a:visited { 
	color: #333333;
	}
a:hover { 
	color: #FFFFFF;
	background-color: #DD0909;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}



#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);
}
