BODY
{
	color: #FFC054;
	background-color: #000000;
	margin: 0px;
	scrollbar-face-color:#000000;
	scrollbar-shadow-color:#AD6D00;
	scrollbar-highlight-color:#AD6D00;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:#301E00;
}

img {
	border-width: 0px;
}

.imglink {
	display: block;
	height: 19px;
	overflow: hidden;
}

.imglink:hover {
	background-color: #000000;
}


.container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -495px;
	margin-top: -233px;
	width: 990px;
	height: 466px;
}

.menu {
	margin: 0px;
	width: 100%;
	height: 36px;
	max-height: 36px;
	padding-top: 14px;
	margin-bottom: -14px;
	*margin-bottom: 0px;
	background-image:url(images/menubar.jpg);
}

.content {
	margin: 0px;
	padding: 20px;
	background-image:url(images/background.jpg);
	background-attachment: fixed;
	background-position: center center; 
	color: #FFC054;
	font-family: verdana;
	font-size: 10pt;
	
	max-height: 400px;
	width: 950px;
	*width: 100%;
	height: 355px;
	*height: 400px;
	
	overflow: auto;
	*overflow-x: hidden;
}

.feet {
	margin: 0px;
	width: 100%;
	height: 30px;
	max-height: 30px;
	background-image:url(images/feet.jpg);
}


TD
{
	empty-cells:show
	color: #FFC054;

	font-family: verdana;
	font-size: 10pt;
}



H1
{
	width: 100%;
	height: 25px;
	font-family: verdana;
	font-size: 14pt;
	font-style: italic;
	font-weight: bolder;
	vertical-align:middle;
	background-image:url(images/transstripes.gif);
	color: #FFC054;
	padding-left: 20px;
}
 
 
a:link, a:visited
{
	color: #FFC054;
	border: 0px solid #FFC054;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bolder;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

a:hover
{
	color: #000000;
	background-color: #FFC054;*/
	font-family: verdana;
	font-size: 10pt;
	font-weight: bolder;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

.edit
{
	color: #FFC054;
	background-color: #000000;
	border: 1px solid #FFC054;
	font-family: verdana;
	font-size: 10pt;
}

.button
{
	color: #000000;
	background-color: #FFC054;
	border: 1px solid #FFC054;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bolder;
	text-decoration: none;
	width: 300px;
	height: 20px;
	text-align: center;
	vertical-align: center; 
}
 

