@charset "utf-8";

html {
overflow-y: scroll;
}

body {
	background-color: #3b4956;
	margin: 0px;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.Desc {
	position: absolute;
	top: 5px;
	color: #bdc9d5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	left: 240px;
	height: 14px;
	overflow: visible;
}

.Left {
	background-image: url(/images/shell/left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.Right {
	background-image: url(/images/shell/right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.Header {
	width: 880px;
	position: relative;
	height: 152px;
}
.Menu {
	background-color: #12171A;
	background-image: url(/images/shell/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 880px;
}
.MenuTable {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	height: 50px;
}
.MenuTable a {
	/*margin-right: 20px;
	margin-left: 20px;*/
}
.MenuTable a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.MenuTable a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.MenuTable a:hover {
	color: #FFCC00;
}
.MenuTable a:active {
	color: #FFCC00;
}
.MenuTable td:hover {
	background-color: #35495f;
	background-image: url(/images/shell/menu_hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.TopMenu {
	position: absolute;
	color: #bdc9d5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 14px;
	overflow: visible;
	background-color: #242d37;
	padding: 3px;
	right: 0px;
}
.TopMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.TopMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.TopMenu a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.TopMenu a:active {
	color: #FFCC00;
	text-decoration: underline;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.Footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.Footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.Footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.Footer a:active {
	color: #FFCC00;
	text-decoration: underline;
}
a:link {
	color: #3B4956;
	text-decoration: underline;
}
a:visited {
	color: #3B4956;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 20pt;
	padding: 20px;
	text-align: left;
}

.ContentHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
}


h1 {
	color: #3B4956;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	letter-spacing: 2pt;
}
.Spine {
	position: absolute;
	top: 2px;
	left: 4px;
	overflow: visible;
	z-index: 100;
}
