/* CSS Document */

body {

font-family: "Trebuchet MS";
font-size: 11;
font-style: normal;
color: #3B3B3B;
background-color:#EAECEC	
}


.style1 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #666666;
	line-height: 14px;
}

a.link1:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration:underline;
	color: #666666;
	line-height: 14px;

	}
a.link1:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration:underline;
	color: #666666;
	line-height: 14px;

	}
a.link1:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration:underline;
	color: #666666;
	line-height: 14px;


	}
a.link1:active {		
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration:underline;
	color: #666666;
	line-height: 14px;
	
	}