/* CSS Document */
body {
	margin: 0px;
	background-color: #93b7d9;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}	
body, table, td, tr {
	font-family: tahoma, arial, verdana;
	font-size: 10pt;
	color: #666666;
}
a {
	color: #f68b5c;
	text-decoration: none;
}