html,body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body {
    margin: 0;
	padding: 0;
	background: #0F2670 url(/images/line_vert.gif) repeat-y top left;
	overflow: auto;
}

a {outline: none;}

#page_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 998px;
	max-width: 1280px;
	width: expression(document.body.clientWidth < 998? "998px" : document.body.clientWidth > 1100? "1100px" : "auto");
}

.Menu {
	font-size : 11;
	font-family : Verdana, Lucida Sans;
	color: #698DE7;
	font-weight: bold;
	letter-spacing: 1px;
}

.Menu a {
	display: block;
	margin-bottom: 12;
}

.Menu a:link {
	color: #698DE7;
	text-decoration: none;
}

.Menu a:visited {
	color: #698DE7;
	text-decoration: none;
}

.Menu a:hover, a:active {
	color: #698DE7;
	text-decoration: none;
}

.SubMenu {
	font-size : 9;
	font-family : Lucida Sans, Verdana;
	color: #698DE7;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0 0 14 10;
}

.SubMenu a {
	font-family : Verdana;
	font-size : 10;
	color: #BDC4DF;
	font-weight: normal;
	margin: 0 0 0 0;
	letter-spacing: 0px;
	line-height: 12px;
}

.SubMenu a:link {
	color: #BDC4DF;
	text-decoration: none;
}

.SubMenu a:visited {
	color: #BDC4DF;
	text-decoration: none;
}

.SubMenu a:hover, a:active {
	color: #BDC4DF;
	text-decoration: underline;
}

.Bordered {border: 1px solid #E3E9FB;}

.Bordered td {
	border-left: 1px solid #6472A4;
	border-right: 1px solid #6472A4;
}

.TopCopyright {
	position: absolute;
	right: 25;
	top: 70;
	z-index: 50;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 9;
	font-family: Tahoma;
}

#menuOn, #menuOff {
	top: 132;
	left: 18;
	width: 13;
	height: 12;
	position: absolute;
	z-index: 50;
	visibility: visible;
}

#menuOn a, #menuOff a {
	display: block;
	height: 100%;
}

.all_close {background: url(/images/all_arrow.gif) no-repeat 2px -14px;}
.all_open {background-position: 2px 2px;}

#menuOff {
	z-index: 55;
	visibility: hidden;
	background: url(/images/no_arrow.gif) no-repeat 2px 2px;
}
