/* Styles specific to Netscape */

BODY, TD, A, INPUT, TEXTAREA {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px; /* 11px */
}

BODY, TH {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px; /* 11px */
	text-align: left;
}

.listbox {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px; /* 11px */
	background-color : #FFFFFF;
	border: 1px solid #4B7BAC;
}

.listbox TH, .listboxcornergraphic {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px; /* 11px */
	font-weight : bold;
	color : #000000;
	background-color : #ACC8DF;
	border-style: solid;
	border-color: #4B7BAC;
	border-width : 1px 1px 0px 1px;
}
/*Not working for either
TD LI {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	list-style : disc;
}
*/

TH A, TD A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px; /* 11px */
	font-weight : bold;
	text-decoration : none;
	color : #000000;
	/*letter-spacing : 1px;*/
}
/*
A:hover {
	font-weight : bold;
	text-decoration : underline;
	color : #000000;
	letter-spacing : 1px;
}
*/

/*main content area - mud map*/
.mudmaplevel1 {
	padding-left : 35px;
}

.mudmaplevel2 {
	padding-left : 70px;
}