@charset "utf-8";
body {
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #313131;
	margin: 0px;
	padding: 0px;
}
a {
	color:#808080;
}
.linkNone {
	color: #313131;
	text-decoration: none;
}
.littlegray {
	color: #999999;
}
.heavyRed {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #9C2900;
	font-size: 18px;
}
