body {
	background-color: #867375;
	background-image: url(images/bricks_bg.jpg);
	background-repeat: repeat-x;
	background-position: fixed;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #222222;
	margin: 30px 0px 0px 0px;
	text-align: left;
}

html>body {text-align: -moz-center;}

html {
scrollbar-base-color: #682C2C;
scrollbar-arrow-color: #C0E08A;
scrollbar-track-color: #000000;

scrollbar-shadow-color: #000000;
scrollbar-lightshadow-color: #000000;
scrollbar-darkshadow-color: #000000;

scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
}

td {
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #222222;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

.floor {
	background-image: url(images/floor_bg.jpg);
	background-repeat: repeat-x;
	height: 120px;
}

.footer {
	width: 1150px;
	text-align: right;
	padding-top: 20px;
	font-family: arial,verdana,sans-serif;
	font-size: 10px;
	color: #E6E7E8;
	line-height: 14px;
}

.door_shadow_left {
	background-image: url(images/door_shadow_left.png);
	background-repeat: repeat-y;
}

.door_shadow_right {
	background-image: url(images/door_shadow_right.png);
	background-repeat: repeat-y;
}

.content {
	background-position: bottom;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
}

.content_left {
	background-image: url(images/content_box_left.png);
	background-repeat: repeat-y;
}

.content_right {
	background-image: url(images/content_box_right.png);
	background-repeat: repeat-y;
}

.yellow_box {
	background-position: bottom;
	background-image: url(images/yellow_box_bottom.gif);
	background-repeat: no-repeat;
	background-color: #DADF91;
}

.yellow_box_text {
	padding: 20px;
	height: 360px;
	overflow: auto;
	vertical-scroll: none;
}

.gray {
	background-color: #E6E7E8;
	background-position: bottom;
	background-image: url(images/more_info.gif);
	background-repeat: no-repeat;
}

.indent {
	padding: 10px;
}

.right {
	text-align: right;
	padding-right: 18px;
}

.info_box {
	background-color: #000000;
}

.info_box_text {
	padding: 8px 8px 16px 16px;
	font-size: 11px;
	color: #AAAAAA;
}

.frame_top {
	background-image: url(images/frame_top.png);
	background-repeat: repeat-x;
}

.frame_bottom {
	background-image: url(images/frame_bottom.png);
	background-repeat: repeat-x;
}

.download_box {
	background-image: url(images/download_bg.jpg);
	background-repeat: no-repeat;
	height: 162px;
}

.download_text {
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 34px;
	padding-left: 13px;
}

.brick {
	background-image: url(images/floor_shadow.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

form {
	margin: 0px;
	padding: 0px;
}

div {
	margin: 0px;
	padding: 0px;
}

.input {
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	color: #666666;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	font-family: arial,verdana,sans-serif;
	color: #E6E7E8;
	background-color: #513537;
	text-align: center;
}

h2 {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 18px;
	margin-bottom: 10px;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #513537;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
}

h3 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

a:link {
	color: #DADF91;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #DADF91;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #DADF91;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #DADF91;
	font-weight: bold;
	text-decoration: none;
}

.footer a:link {
	color: #E6E7E8;
	font-weight: bold;
	text-decoration: underline;
}

.footer a:active {
	color: #E6E7E8;
	font-weight: bold;
	text-decoration: underline;
}

.footer a:visited {
	color: #E6E7E8;
	font-weight: bold;
	text-decoration: underline;
}

.footer a:hover {
	color: #E6E7E8;
	font-weight: bold;
	text-decoration: none;
}

.yellow_box_text a:link {
	color: #513537;
	text-decoration: underline;
}

.yellow_box_text a:active {
	color: #513537;
	text-decoration: underline;
}

.yellow_box_text a:visited {
	color: #513537;
	text-decoration: underline;
}

.yellow_box_text a:hover {
	color: #513537;
	text-decoration: none;
}