/* MENU STYLESHEET */


.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Georgia;
line-height: 18px;
z-index: 100;
background-color:lightyellow;
width: 205px;
text-decoration: none;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;

font-weight: bold;
text-indent: 5px;

}

.anylinkcss a:hover{ /*hover background color*/
background-color:#660000;
color:lightyellow;
}
/* END MENU STYLESHEET */



/* NXNW STYLESHEET */

body {
	background-color: #660000;
}
.style4 {font-size: 10px}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
	list-style-image: none;
}
.style6 {font-size: 12px; font-weight: bold; }
.style7 {font-size: 12px; font-style: italic; }
a:link {
	color: #AC0030;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.style8 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #660000;
}

.sidebar{
	border-top-color: #AC0030;
	border-right-color: #AC0030;
	border-bottom-color: #AC0030;
	border-left-color: #AC0030;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-color: #AC0030;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color:#DED9BB;
	}

.divider{
	border-top-color: none;
	border-right-color: none;
	border-bottom-color: #AC0030;
	border-left-color: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-color: #AC0030;
	border-top-width: none;
	border-right-width: none;
	border-bottom-width: thin;
	border-left-width: none;
}

.redbox{
	border-top-color: #AC0030;
	border-right-color: #AC0030;
	border-bottom-color: #AC0030;
	border-left-color: #AC0030;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-color: #AC0030;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color:#CCCC99;
	}