body {
	margin: 0px;
	background-color: #000000;
	top: 0px;
	bottom: 0px;
	background-image: url(img/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #53402D;
	line-height: 160%;
}

a:link,a:visited,a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #FFFF66;
	text-decoration: none;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 160%;
}

.headtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CC6666;
	line-height: 160%;
	text-decoration: underline;
}

.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 160%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pagename {
	width:535px;
	background-color:#FF9900;
	color:#FFFFFF;
	margin:2em 0em 0em 0em;
	padding:1.5em;
}

.top2 {
	text-align:center;
	padding:0.5em 0.5em 0.5em 2em;
	background-color:#FF33BB;
}

.navigation {
	margin:0px;
	background:#FF9900;
	width:165px;
	height: 450px;
}

.navigation ul {
	list-style-type:none;
	margin:0px;
}

.navigation li{
	margin:0px;
	border-bottom:solid 1px #FFFFFF;
}

.navigation li a, navigation li a:visited, navigation li a:active {
	display:block;
	padding:8px 6px 10px 20px;
	color:#000000;
	letter-spacing:0.1em;
	line-height:16px;
	text-decoration:none;
}

.navigation li a:hover {
	display:block;
	padding:8px 6px 10px 20px;
	background-color:#FFCC00;
	color:#993300;
}

