body {
	background-color: #eeeee7;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	margin-left: 36px;
}

body,p,td,div {
	color: #fff;
	font: 12px arial;
}

a:link { color: #F4E382; }
a:visited { color: #D3C994; }
a:hover { color: #FFD800; }
a:active { color: #FFA200; }

table.menu {
	width: 739px;
	height: 104px;
	border: 0px;
	border-collapse: collapse;
	border-bottom: 1px solid #7987ae;
}

table.footer {
	width: 739px;
	border: 0px;
	border-bottom: 1px solid #5B6A96;
	border-collapse: collapse;
	table-layout: fixed;
}

td.pageTop {
    height: 20px;
    border-bottom: 1px solid #5B6A96;
	background: url(../images/page_head.gif) repeat-x;
	background-position: bottom;
}

td.footer01 {
	height:30px;
	border: 0px;
    border-top: 1px solid #5b6a96;
	border-bottom:1px solid #5B6A96;
	background-color: #24293B;
	text-align: right;
}

td.footer02 {
	background: url('../images/page_footer.gif') repeat-x;
	height: 25px;
}

