.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.borderall {
	border: 1px solid #000000;
}
.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.logoworks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F7F6B;
	text-decoration: none;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}


body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.headingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AB4800;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

li {padding-bottom:3px;}

#menu1 {
	visibility: hidden; 
	position: absolute; 
	top: 40px;
	z-index: 10000; 
	left: 239px; 
}

#menu2 {
	visibility: hidden; 
	position: absolute; 
	top: 40px;
	z-index: 10000; 
	left: 319px; 
}
#menu3 {
	visibility: hidden; 
	position: absolute; 
	top: 40px;
	z-index: 10000; 
	left: 399px; 
}
#menu4 {
	visibility: hidden; 
	position: absolute; 
	top: 40px;
	z-index: 10000; 
	left: 479px; 
}
.articlelink {
	font-weight: normal;
	color: #AB4800;
	text-decoration: underline;
}

.titlelink {
	font-weight: bold;
	color: #AB4800;
	text-decoration: underline;
}

input {
	margin-bottom: 2px;
	margin-top: 2px;
	}
select {
	margin-bottom: 2px;
	margin-top: 2px;
	}
	
.texttable {
	margin-bottom: 2px;
	margin-top: 2px;
	}