/* CSS Document */

body {
	background-color: #000033;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
}
#menubox a:link {
	text-decoration: none;
	color: #993300;
}
#menubox a:hover {
	text-decoration: none;
	color: #993300;
	background-color: #CC9900;
}
#menubox a:visited {
	text-decoration: none;
	color: #993300;
}
a:link {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
.bold {
	font-weight: bold
}
.style1 {
	color: #993300;
	font-size: 34px;
	text-transform: none;
	letter-spacing: 1pt;
	font-weight: bold;
}
.style2 {
	font-size: 9pt;
	text-transform: none;
}
.style3 {
	font-size: 12px;
	color: #993300;
}
.style4 {
	color: #666666; 
	font-size: 10px;
	}
.style5 {
	font-size: 12px;
	color: #993300;
	font-weight: bold;
}

#menubox {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	position: relative;
	left: -60px;
	top: 0px;
	width: 330px;
	height: 620px;
	visibility: visible;
	z-index: 3;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000033;
	font-size: 12pt;
	line-height: 18px;
	text-transform: lowercase;
	letter-spacing: 1px;
	white-space: nowrap;
	overflow: visible;
}
#larger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	position: relative;
	height: 600px;
	width: auto;
	left: 0px;
	top: 50px;
	z-index: 4;
	line-height: 18px;
	overflow: visible;
	visibility: visible;
}
.lineheight {
	line-height: 12px;
}
#larger a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}

