/* CSS Document */
html {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	line-height: normal;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #151515;
	background-image: url(/Image/back-fuss-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

a:link, a:visited {
	color: #6B2829;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#wrap {
	height: 100%;
	width: 100%;
}

#wrap td {
	height: 100%;
}

#wrap {
	background-image: url(/Image/back-fuss-btm.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#inner {
	width: 750px;
}

td#back-text {
	background-image: url(/Image/back-text.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#inner-content {
	color: #000;
	padding: 8px;
	padding-bottom: 20px;
}

#header {
	padding: 30px 5px 2px 5px;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 20px;
	background-color: #fff;
}

#footer {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 30px;
	font-size: 8pt;
	color: #c7c7c7;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}

#footer a:link, #footer a:visited {
	color: #c7c7c7;
	text-decoration: none;
}
#footer a:hover {
	color: #e8b456;
	text-decoration: underline;
}

#menu {
	background-color: #F4F1D2;
	background-image:url(/Image/front-menu-left-btm.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	border-right: 1px solid #d4d1c2;
}

#menu-left {
	background-image:url(/Image/left-frame.gif);
	background-repeat: repeat-y;
	width: 2px;
}

h1{font-size:14pt}
h2{font-size:12pt}
h3{font-size:10pt}
