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

body {
	background-color: #F3F3F3;
}
p {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	color: #009933;
	text-decoration: underline;
}
a:hover {
	color: #006633;
}
.copyright {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	margin-left: 10px;
}

