/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background-color: #e4e0df;
}
td,ul,ol {
	font-family: "Trebuchet MS", Geneva, Helvetica, SunSans-Regular, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.copyright {
	font-family: "Trebuchet MS", Geneva, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.contentbg {
	background-image: url(images/img_contentrepeat.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.contentpadding {
	padding: 0px 28px 0px 28px;
}
a:link {
	font-family: "Trebuchet MS", Geneva, Helvetica, SunSans-Regular, sans-serif;
	color: #2d2d2d;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS", Geneva, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	color: #4d4d4d;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS", Geneva, Helvetica, SunSans-Regular, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.footerlink:link, .footerlink:hover, .footerlink:visited {
	font-family: "Trebuchet MS", Geneva, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.address {
	padding: 3px 28px 10px 28px;
}