/*==================================
               BODY
===================================*/

body

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


/*==================================
               TEXT
===================================*/


/* NORMAL CONTENT */
span.t1 {
	font-family: Trebuchet MS;
	font-size: 14px; 
	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;
}



/* FOOTER */
span.footer1 {
	font-family: Trebuchet MS;
	font-size: 10px; 
	font-style: none;
	color: #424242;
}



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


/*==================================
          MOUSEOVER TOOLTIP
===================================*/


/* 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);
}


/*==================================
               LINKS
===================================*/


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