h1 {
	font-weight: bold;
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333399;
}

h2 {
	font-size: 10pt;
	font-family: Arial;
	color: #006666;
}

h3 {
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	color: #FF0000;
}

h4 {
	font-weight: bold;
	font-size: 16pt;
	font-family: Arial;
	color: #333399;
}

h5 {
	font-weight: bold;
	font-size: 16pt;
	font-family: Arial;
	color: #006666;
}

h6 {
	font-weight: bold;
	font-size: 16pt;
	font-family: Arial;
	color: #FF0000;
}

#mainBox {
	height: 100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#headerBox {
	height: 150px;
	width: auto;
}
#mainBox #headerBox {
	background-image: url(images/topbar.png);
}
#pagesMenu {
	height: 40px;
	width: auto;
	background-image: url(images/buttons.png);
}
.menuButton {
	height: 29px;
	width: 110px;
	background-image: url(images/buttons.png);
	vertical-align: middle;
	text-align: center;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000066;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	color: #BFBFBF;
	padding-top: 11px;
	font-weight: 800;
	font-size: 10pt;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menuButton:hover {
	background-image:url(images/buttons_mo.png);
	cursor: default;
}

#mainBox #mainText {
	height: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #BBB;
	background-color: #1E1E1E;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#bottomBar {
	background-image: url(images/bottom.png);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #a97d80;
	text-align: center;
	vertical-align: middle;
	height: 15px;
	width: auto;
	padding-top: 5px;
}

