body {
	font: 10pt Tahoma;
	background-image: url('../static/web/images/background_dark.gif');
	background-repeat: repeat;
	background-position: left top;
	background-color:#002164;
	color: #fff;
	margin: 0px 30px 0px 30px;
	padding: 0px;
}
table.MainTable {
	border-left: #00133B solid 1px;
	border-right: #00133B solid 1px;
	border-bottom: #00133B solid 1px;
	width:100%;
}
table.MainTable td.Header {
	background-image: url('logobar_fill.gif');
	background-color: transparent;
	background-repeat: repeat;
	background-position: left top;
	width:50%; height:107px;
	padding:0;
}
table.MainTable td.Content {
	background-image: url('../static/web/images/background_light.gif');
	background-color: transparent;
	background-repeat: repeat;
	background-position: left top;
}
input.Inputbox {
	background-color: #fff;
	border: 1px solid #00256F;
	padding-left:3px;
	font: 8pt Tahoma;
}
table.MainContent {
	width:100%;
	border-left: #00133B solid 1px;
	border-right: #00133B solid 1px;
	border-bottom: #00133B solid 1px;
}
table.MainContent td.BG {
	background-image: url('main_fill.gif');
	background-color: transparent;
	background-repeat: repeat;
	background-position: left top;
	padding: 0px 0px 16px 0px;
}
a.HeaderLink:link,
a.HeaderLink:active,
a.HeaderLink:visited {
	font: bold 9pt Arial;
	text-decoration:none;
	color: #D6E6FF;
}
a.HeaderLink:hover {
	font: bold 9pt Arial;
	text-decoration:none;
	color: #fff;
}
table.FooterTop {
	background-color:#eee;
	border: 1px solid #00133B;
	border-bottom-style:none;
	width:96%;
}
table.FooterBottom {
	background-color:#fff;
	border: 1px solid #00133B;
	border-top-style:none;
	width:96%;
}
table.Folders {
	width:100%;
	background-color:#D8E7FF;
	border: 1px solid #00133B;
	margin-bottom:8px;
}
table.Folders a:link,
table.Folders a:active,
table.Folders a:visited {
	font: bold 9pt Tahoma;
	color: #001F5F;
	text-decoration:none;
}
table.Folders a:hover {
	font: bold 9pt Tahoma;
	color: #001F5F;
	text-decoration:underline;
}
