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

html, body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

a:link {
	color: #6C572B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6C572B;
}
a:hover {
	text-decoration: underline;
	color: #6C572B;
}
a:active {
	text-decoration: none;
	color: #6C572B;
}
.copyRight{
	color: #999;
	font-size:12px;
	text-align:center;
}
