body {
	color: black;
	background: #ddddff;
	font-family:tahoma, vardana, arial, sans-serif;
}

.nocss {
	display: none;
}

.title {
	display: block;
	border-top: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px black solid;
	margin: 0 0 1.0em 0em;
	float: left;
	padding: 0;
	position: absolute;
	left: 5px;
	top: 5px;
	height: 75px;
	width: 95%;
	min-width: 760px;
/* 760px */
	background: url("img/topbar.png");
}

.tbar {
	display: block;
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	background: url("img/dropbar.png");
	margin: 0 0 1.0em 0em;
	float: none;
	padding: 0;
	width: 95%;
	min-width: 760px;
/* 760px */
	height: 19px;
	position: absolute;
	left: 5px;
	top: 81px;
	z-index: 2;
}

.content {
	display: inline;
	background: #ddddff;
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	float: none;
	position: absolute;
	overflow: visible;
	left: 5px;
	top: 100px;
	margin: 1px 1px 1.0em 0px;
	padding: 0px;
	width: 95%;
	min-height: 500px;
	min-width: 760px;
/* 740px */
/*	height: 500px; */
	z-index: 1;
	font-family:tahoma, vardana, arial, sans-serif;
	font-size: small;
}
.innercontent {
	display: block;
	background: #ddddff;
	float: none;
	position: relative;
	overflow: visible;
	margin: 10px;
	padding: 0px;
	width: *;
/* 740px */
	z-index: 1;
	font-family:tahoma, vardana, arial, sans-serif;
	font-size: small;
}
.copy {
	color:#000; 
	width:200px; 
	height:18px; 
	display:block; 
	background:#ddddff; 
	border:1px solid #000; 
	margin-right:1px; 
	text-align:center; 
	float:right; 
	text-decoration:none; 
	font-family:tahoma, vardana, arial, sans-serif;
	font-size:10px; 
	line-height:18px;
	overflow:hidden;
}
.footer {
	border: 1px black solid;
	display: none;
	background: #ddddff;
	float: none;
	position: relative;
	overflow: visible;
	margin: 1px 1px 1.0em 0px;
	padding: 5px;
	width: 750px;
	height: 10px;
	z-index: 5;
}

.menu {	
	display:none;
}
#noniemenu {
	position:absolute;
}

a.mozouter, a.mozouter:visited, a.webmail, a.webmail:visited, a.webmail:hover, a.copyright, a.copyright:visited {
	color:#000000 !important;
}
a.webmail, a.webmail:visited, a.webmail:hover {
	cursor: text;
	text-decoration: none !important;
}
a.copyright:hover {
	color:#999999 !important;
}
.holder:hover a.mozouter, a.mozouter:hover {
	color:#ffffff !important;
	text-decoration: none !important;
}
.holder, a.outer, a.outer:visited {
	color:#000; 
	width:100px; 
	height:18px; 
	display:block; 
	background:#887870; 
/* old green - #6CC16C; */
	border:1px solid #000; 
	margin-right:1px; 
	text-align:center; 
	float:left; 
	text-decoration:none; 
	font-family:tahoma, vardana, arial, sans-serif;
	font-size:10px; 
	line-height:18px;
	overflow:hidden;
}
.holder:hover, a.outer:hover {
	height:auto; 
	cursor:pointer;
	color:#fff; 
	background: #5E5E5D;
/* old green - #028E02 */;
}
a.inner, a.inner:visited {
	display:block; 
	width:99px; 
	border-bottom:1px solid #000; 
	text-decoration:none; 
	color:#000;
	background:#ddddff;
}
a.inner:hover, a.inner:active {
	background:#C0C0FF;
	color:#000;
	text-decoration:none; 
}

hr {
    height: 1px;
    color: #000000;
    background-color: #000000;
    border: 0;
    margin: 0.2em 0 0.2em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	font-family:tahoma, vardana, arial, sans-serif;
	margin: 0;
	padding-top: 0.25em;
	padding-bottom: 0.10em;
}
h1.novel { 
	padding-top: 0.00em;
	font-size: 150%; 
	font-weight: bolder; 
	padding-bottom: 0.00em;
}
h2.novel { 
	font-size: 100%; 
	font-weight: bold; 
	border-bottom: 1px solid black; 
	padding-bottom: 0.20em; 
	padding-left: 2px; 
}
h1.news { 
	padding-top: 0.00em;
	font-size: 150%; 
	font-weight: bolder; 
	padding-bottom: 0.00em;
}
h2.news { 
	font-size: 100%; 
	font-weight: bold; 
	border-bottom: 1px solid black; 
	padding-bottom: 0.20em; 
	padding-left: 2px; 
}


a, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: #9799FF;
	text-decoration: underline;
}
