@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	margin-bottom:0px;
}

body {
	margin: 0px 0px 0px 0px;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#666666;
	background:#FFF;
	
}

A {     
    FONT-FAMILY: "Trebuchet MS";     
    FONT-WEIGHT: normal; 
    color: #333;      
    text-decoration: none;
}

A:visited {    
     FONT-FAMILY: "Trebuchet MS";   
	 TEXT-DECORATION: none; 
     color: #333;   
} 

A:hover {    
    FONT-FAMILY: "Trebuchet MS";   
	FONT-WEIGHT: normal; 
    TEXT-DECORATION: underline; 
	color: #333;
 }

div {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333;
}

ul {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333;
}

td {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333;
	text-align: center;
}