@charset "utf-8";
body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:11px;
	margin:0px;
	color:#666;
}

a{
	font-weight:bold;
	color:#2c4588;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}