/* Global Styles */

body {
	margin: 0px;
	background-color:#343434;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	}
	
td {
	color:#666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: lighter;
	}
