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

/* Global Styles */

body {
	margin:0px;
	background-color:#AAAAAA;
	}
	
td {
	font:12px arial;
	color:#000000;
	}
	
a {
	color: #000066;
	text-decoration:none;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation {
	background:#CCCCCC;
	}

#navigation a {
	font:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	color:#000055;
	}

#content {
	overflow:scroll;
	}
	
/* Class Styles */

.object {
	background-color:#FFFFFF;
	}