@charset "ISO-8859-1";
body {
	background-image: url(../imgs/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:white;
	font-size:13px;
}

.copyright {
	font-size:8x;
	text-align:center;
	width:100%;
}

table .subpage_bodytext {
	color:black;	
}

a, a:hover {
	color:#00a7e9;	
}
