/* Classes */

/* begin global document styles */
BODY {
	font-family:Adobe Caslon,Times New Roman;
	background-color:#000000;
	font-size:8pt;
	background-image:URL(/interface/background.jpg);
	color:#000000;
	text-align:center;
}
A {
	text-decoration:underline;
	color:#000000;
	font-size:8pt;
}
B {
	color:#000000;
	font-size:8pt;
	font-weight:bold;
}
STRONG {
	color:#000000;
	font-size:8pt;
	font-weight:bold;
}
hr.short {
	width:400px;
	height:1px;
	background-color:#000000;
	border-style:none;
}
hr.long {
	width:500px;
	height:1px;
	background-color:#000000;
	border-style:none;
}
.textfield {
	background-color:#FFFFFF;
	font-family:helvetica,arial,verdana;
	font-size:8pt;
	border-style:solid;
	border-width:1px;
	border-left-color:#404040;
	border-top-color:#404040;
	border-right-color:#cccccc;
	border-bottom-color:#cccccc;
	color:#000000;
	width:165px;
	padding-left:0px;
}
.formbutton {
	background-color:#FFFFFF;
	font-family:helvetica,arial,verdana;
	font-size:9pt;
	font-weight:bold;
	border-style:solid;
	border-width:1px;
	border-left-color:#404040;
	border-top-color:#404040;
	border-right-color:#cccccc;
	border-bottom-color:#cccccc;
	color:#000000;
	padding-left:0px;
}
.formlabel {
	font-weight:bold;
	font-size:8pt;
}
.errormessage {
	color:red;
}

/* end global document styles */

/* begin menu styles */

/* Main Menu */
a.mainmenu {
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
	color:#555555;
	margin:3px;
}
a.mainmenu:hover {
	font-size:8pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	margin:3px;
}
.mainmenuselected {
	font-size:8pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	margin:3px;
}
/* Sub Menu */
a.submenu {
	font-size:8pt;
	font-weight:bold;
	color:#555555;
	text-decoration:none;
	margin:3px;
}
a.submenu:hover {
	font-size:8pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	margin:3px;
}
.submenuselected {
	font-size:8pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	margin:3px;
}
a.footerlink {
	font-size:7pt;
	font-weight:bold;
	color:#555555;
	text-decoration:none;
}
a.footerlink:hover {
	font-size:7pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.footerlinkselected {
	font-size:7pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}


/* end menu styles */

/* div Id's */
#pagecontainer {
	position:relative;
	width:700px;
	height:475px;
	text-align:left;
	background-color:#ffffff;
	filter: alpha(opacity=90);
	opacity:.9;
	border-style:none;
	border-width:1px;
	margin:auto;
	color:#000000;
}
#headerdiv {
	position:relative;
	width:700px;
	height:95px;
	border-style:none;
	border-width:1px;
	text-align:center;
	line-height:5px;
}
#menudiv {
	position:relative;
	width:700px;
	padding-top:15px;
	border-style:none;
	border-width:1px;
}
#contentdiv {
	position:relative;
	text-align:center;
	width:700px;
	height:315px;
	border-style:none;
	border-width:1px;
	overflow:auto;
}
#footerdiv {
	position:absolute;
	width:700px;
	height:65px;
	border-style:none;
	border-width:1px;
	text-align:center;
}
#footer {
	position:relative;
	width:700px;
	padding-top:30px;
	border-style:none;
	border-width:1px;
	font-size:7pt;
	color:#000000;
}
/* div classes */
.contentinner {
	position:relative;
	width:375px;
	border-style:none;
	border-width:1px;
	margin:auto;
	font-size:8pt;
}
.columninner {
	padding-right:10px;
	text-align:left;
	font-size:8pt;
}


