body {
	font-family: Verdana, Arial, Helvetica; font-size: 14px;
	color: #000; text-align: justify; 
	background-image: url(fx/bgr.gif); background-repeat: repeat-x;
	background-color: #f8f8ff;
}
#main {
	padding-top: 80px;
}
#logo {
	position:absolute; top:0px; right:50px;
	background-image: url(fx/bgr-logo.jpg); background-repeat: no-repeat;
	width: 248px; height: 100px;
}

div.fxHeading {
	width:650px; height:69px;
	position:relative;
	margin: 15px auto 0px auto;
	padding-top: 5px;
}
div.fxHeadingLeft {
	position: absolute; left: 0px;
	width: 8px; height: 69px;
	background-image: url(fx/tleft.gif);
}
div.fxHeadingRight {
	position: absolute; right: 0px;
	width: 7px; height: 69px;
	background-image: url(fx/tright.gif);
}
div.fxHeadingTitle {
	position: absolute; left: 7px; right: 6px;
	height: 49px;
	background-image: url(fx/tcenter.png); background-repeat: repeat-x;
	font-family: Verdana; color: #fff; font-weight: bold; font-size: 25px;
	padding: 20px 0px 0px 50px;
}

div.fxHeadingTabs {
	position:absolute; right:20px; bottom:0px; margin-left:1px;
	text-align: center;
}
.fxHeadingTab {
	width:90px; height:16px; padding-top:4px;
	background-image: url(fx/ttab.png); background-repeat: no-repeat;
	float:left;
	font-family: Arial; color: #fff; text-align: center;
	font-size: 10px;
}
a.fxHeadingTab:hover {
	background-image:url(fx/ttabhover.png);
	color: #fff !important;
	text-decoration: none !important;
}
a:hover {text-decoration: underline; }
a.nohover:hover {color: #00a;}
a {font-weight: normal; color: #447bc4; text-decoration: none; }
img {border: 0; }
