/* CSS Document */
* {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
}

body {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	margin: 0px;
	background-color: #000000;
	
}

/* Areas */
div.maincontent {
	margin: 0px 0px 0px 0px; 
	padding: 0px 4px 0px 0px;
	width : 625px;
	height : 635px;
	overflow : auto; 
	vertical-align:top;
	scrollbar-3dlight-color:#eddab2; 
	scrollbar-arrow-color:#ffffff; 
	scrollbar-base-color:#ff6347; 
	scrollbar-darkshadow-color:#000000; 
	scrollbar-face-color:#45220d; 
	scrollbar-highlight-color:#ffffff; 
	scrollbar-shadow-color:#000000;
}

td.background {
	background-image:url(../images/32_inside.jpg);
	background-repeat:no-repeat;
}

td.topbar {
	background-image:url(../images/12.jpg);
	background-repeat:no-repeat;
}


/* Text */
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #45220d;
	margin: 18px 0px 18px 0px;
	padding: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #45220d;
	margin: 0px;
	padding: 0px;
}

.copy {
	font-size: 14px;
	color: #45220d;
}

.formtext {
	font-size: 12px;
	color: #000000;
}

.copyright {
	font-size: 9px;
	color: #45220d;
}

/* navigation */

a {
	font-size: 14px;
	color: #45220d;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


a.topnav {
	font-size: 14px;
	color: #45220d;
	text-decoration: none;
}

a.topnav:hover {
	color: #000000;
	text-decoration: none;
}

a.topnavon {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

a.subnav {
	font-size: 11px;
	color: #15487c;
	vertical-align: middle;
	text-decoration: none;
}

a.subnav:hover {
	color: #93969e;
	text-decoration: underline;
}

a.subnavon {
	font-size: 11px;
	color: #45220d;
	vertical-align: middle;
	text-decoration: none;
}

a.mainnav {
	font-size: 13px;
	font-weight: bold;
	color: #45220d;
	vertical-align: middle;
	text-decoration: none;
}

a.mainnav:hover {
	color: #45220d;
	text-decoration: underline;
}

<!--- Forms --->
form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #000000;
}

input {
	font-size: 12px;
	color: #000000;
}

textarea {
	overflow: auto;
	font-size: 12px;
	color: #000000;
}
