/* Classes */

/* begin global document styles */
BODY {
	font-family:Times New Roman;
	background-color:#000000;
	font-size:8pt;
	background-image:URL(/interface/background.jpg);
	color:#000000;
}
A {
	text-decoration:underline;
	color:#000000;
	font-size:8pt;
}
B {
	color:#000000;
	font-size:8pt;
}
STRONG {
	color:#000000;
	font-size:8pt;
}
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:9pt;
	font-weight:bold;
	color:#555555;
	margin:3px;
}
a.mainmenu:hover {
	font-size:9pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	margin:3px;
}
.mainmenuselected {
	font-size:9pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	margin:3px;
}
a.footerlink {
	text-decoration:none;
	font-size:9pt;
	font-weight:normal;
}
/* end menu styles */

/* div Id's */
#pagecontainer {
	position:relative;
	width:320px;
	height:430px;
	text-align:left;
	border-style:none;
	border-width:1px;
	margin-left:37px;
	margin-top:290px;
	color:#000000;
}
#headerdiv {
	position:relative;
	width:320px;
	height:95px;
	border-style:none;
	border-width:1px;
}
#menudiv {
	position:relative;
	width:320px;
	border-style:none;
	border-width:1px;
}
#contentdiv {
	position:relative;
	width:320px;
	height:290px;
	border-style:none;
	border-width:1px;
	overflow:auto;
}
#footerdiv {
	position:relative;
	width:320px;
	height:45px;
	border-style:none;
	border-width:1px;
}
#footer {
	position:relative;
	width:320px;
	border-style:none;
	border-width:1px;
	padding-top:10px;
	font-size:9pt;
	color:#000000;
}
/* div classes */
.contentinner {
	position:relative;
	width:300px;
	border-style:none;
	border-width:1px;
	font-size:9pt;
}
.columninner {
	padding-right:10px;
	text-align:left;
	font-size:8pt;
}


