body { background-image: url(../images/background.png); background-attachment:fixed;background-position: center; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;font: 70% Arial, Helvetica, sans-serif; }
a:link { color: #FFF; text-decoration: underline; }
a:visited { text-decoration: none; color: #FFF; }
a:hover { text-decoration: underline; color: #FFF; }
a:active { text-decoration: none; color: #FFF; }
.main {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFF; }
h1,h2,h3,h4,h5,h6 { font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #FFF; }
TD { font-size: 14px; font-family : Arial; color:#FFF; }
P { font-size: 14px; font-family : Arial; color:#FFF; }
HR { height: 1px; color: #FFF; }
#menu {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	}
#menu ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url(../menu_css/images/tableftF.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:url(../menu_css/images/tabrightF.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#FFFFFF;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}