body {
	background-color: black;
}
Body {
	background-color: black;
}


a { 
	color: #1c61ad; 
	text-decoration: underline; 
}

a:link { 
	color: #1c61ad; 
	text-decoration: underline;
}

a:hover { 
	color: #cc0000; 
	text-decoration: none;
}

a:visited { 
	color: black; 
	text-decoration: underline;
}

p, text    { 
	font-size: 11px; 
	line-height: 15px; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
}

.Normal   { 
	font-size: 11px; 
	line-height: 15px; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

tr, td, table, div, li, ul { 
	font-size: 11px; 
	line-height: 15px; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.boldtext { 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.smalltext { 
	font-size: 10px; 
	line-height: 13px; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

hr  { 
	color: #1c61ad; 
	font-size: 1px;
}

h1  { 
	color: #1c61ad; 
	font-weight: bold; 
	font-size: 18px; 
	line-height: 22px;
}

h2 { 
	color: #c5dbf3; 
	font-weight: bold; 
	font-size: 16px;
}
h3 { 
	color: black; 
	font-size: 12px; 
	font-weight: bold;
	font-family: Verdana;
}
#mnu1 {
	padding: 0; margin: 0; border: 0; list-style-type: none; white-space: nowrap; width: 100%; 
	height: 14px;
	_position: absolute;
	background: black;
}

#mnu1 ul {
	padding: 0; margin: 0; border: 0; list-style-type: none; white-space: nowrap; z-index:99999;
}

#mnu1 a {
	display: block;
	color: #ff6;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	width: auto;
	height: 8px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 100%;
	/* end hack */
	margin: 0; 
	border: 0;
}

#mnu1 li {
	position: relative; display: inline; list-style-type: none; float: left; margin: 0; border: 0; padding: 0;
	width: 144px; height: auto; border-right: solid 1px white;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
}

/* menu line 2 */
#mnu2 {
	padding: 0; margin: 0; border: 0; list-style-type: none; white-space: nowrap; width: 100%; 
	height: 21px;
	_position: absolute;
	background: black;
}

#mnu2 ul {
	padding: 0; margin: 0; border: 0; list-style-type: none; white-space: nowrap; z-index:99999; 
}

#mnu2 a {
	display: block;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	width: auto;
	height: 8px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 100%;
	/* end hack */
	margin: 0; 
	border: 0;
}

#mnu2 li {
	position: relative; display: inline; list-style-type: none; float: left; margin: 0; border: 0; padding: 0;
	width: 144px; height: auto; border-right: solid 1px #99cc33; margin-top: 3px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
}


#mnuadmin {
	list-style-type: none; width:100%;
}

#mnuadmin ul {
	list-style-type: none; white-space: nowrap;
}
#mnuadmin a {
	display: block;
}

#mnu_admin {
	padding: 0; margin: 0; border: 0; list-style-type: none; white-space: nowrap; width: 100%; 
	_position: relative;
	background: black;
}

#mnu_admin ul {
	padding: 0; margin: 0; border: 0; list-style-type: none; white-space: nowrap; z-index:99999; 
}

#mnu_admin a {
	text-decoration: none;
	display: block;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	width: auto;
	height: 8px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 14px;
	_height: 100%;
	/* end hack */
	margin: 0; 
	border: 0;
}

#mnu_admin li {
	position: relative; display: inline; list-style-type: none; float: right; margin: 0; border: 0; margin-right: 160px;
	padding: 0;
	width: 144px; height: auto; border: none; margin-top: 3px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
}

#dnn_ContentPane {
	padding: 0px 10px 10px 10px;
}


