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

body {
	background-color:#333;
	padding: 0px;
	text-align: center;
	}

.copy {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#333333; 
	}

.credit {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#333333; 
	}
	
.links {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#333333;
	}

th {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:18px; 
	color:#105C7F; 
	}

.header {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FFFFFF; 
	text-transform:capitalize;
	}

a {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	text-decoration:none;
	}

