body{
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* header */
h2.hdr,h2.hdrs
{
	position: absolute;
	font-family: "Comic Sans MS";
	font-size: 180%;
	width: 12em;
	text-align: center;
	cursor: default;
	top: 0px;
	left: 0px;
	margin: 0px;
}
h2.hdr
{
    color: navy;
	z-index: 4;
	left: 1em;
	top: 1.4em;
}
h2.hdrs
{
	color: silver;
	z-index: 3;
	left: 1.1em;
	top: 1.5em;
}
#tl
{
	position: absolute;
	top: -1px;
	left: -1px;
	width: 25em;
	height: 5em;
	background-color: white;
	background-image: url("img/lc2.gif");
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 1;
}
#tli
{
	position: absolute;
	width: 20em;
	height: 5em;
	top: -1px;
	left: -1px;
	border-left: 1px solid white;
	border-bottom: 1px solid #B2B2FF;
	z-index: 2;
}

/*  menu  */
#menus
{
	background-color: #B2B2FF;
	width: 13.1em;
	height: 11.1em;
	position: absolute;
	right: -2em;
	top: 2em;
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 5;
}
#menu
{
	background-color: #E5FFCF;
	width: 13em;
	height: 11em;
	position: relative;
	top: -0.5em;
	left: -0.5em;
	border: 1px solid #B2B2FF;
}
#menuc
{
	margin: 1em;
}
#fakemenu
{
	width: 17em;
	height: 9em;
	float: right;
}
a.menu
{
	font-family: "Courier New";
	font-size: small;
	text-decoration: none;
	color: blue;
	display: block;
	width: 11.5em;
	padding: 0 1em 0 1em;
}
a.menu:hover
{
	background-color: blue;
	color: white;
}

/* content */
#bkgnd
{
	background-color: #F0F0FF;
	width: 90%;
	position: absolute;
	left: 2em;
	top: 2em;
	border: 1px solid #B2B2FF;
}
#content
{
	min-height: 30em;
	margin-left: 0.8em;
	margin-top: 7em;
	font-family: "Tahoma";
	font-size: small;
}
#hater
{
	height: 400px;
	float: left;
}
img
{
	border: 0px;
}
#btm
{
	width: 100%;
	text-align: center;
	font-family: "Courier New";
	font-weight: bold;
	font-size: x-small;
	color: white;
	background-color: #B2B2FF;
	clear: both;
	cursor: default;
}


.re
{
	color: red;
}
.hr
{
	border: 0px;
	height: 1px;
	width: 300px;
	left: 0px;
	background-color: blue;
}
th
{
	text-align: left;
}
.even
{
	background-color: #F8F8FF;
    width: 70%;
}
.odd
{
	width: 70%;
}
.dnt
{
	width: 12em;
	border: solid 1px #B2B2FF;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
.cf
{
	width: 95%;
}
.cf1
{
	width: 6em;
}
.cf2
{
	width: 30em;
}
