@charset "utf-8";
body {
	background-color: #38D1FB;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
}
.footertext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.bodytext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.bodytextgrey {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}



.headerboder {
	background-image: url(../images/bg_1.jpg);
	background-repeat: repeat-x;
	border: 1px solid #e5e5e5;
}
.headerlinks {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.headerlinks:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

