﻿BODY {
	background-color: #001800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #979797;
	text-align: center;
	
}

DIV.container {
	position: relative;
	width: 950px; 
	height: 800px;
	margin: auto;
	text-align: left;
}

DIV.header {
    position: absolute;
    background-image: url('images/title.gif');
	width: 950px;
	height: 100px;
	top: 50px;
	}
	

DIV.footer {
     position: absolute;
     background-image: url('images/footer.gif');
     font-family: Arial, Helvetica, sans-serif;
     font-size: 10px;
     color: #464646;
	 width: 950px;
	 height: 50px;
	 bottom: 20px;
	 }

DIV.upd { 
     position: absolute;
     left: 30px;
     top: 15px;
     }
DIV.foot { 
     position: absolute;
     width: 950;
     margin: auto;
     top: 15px;
     text-align: center;
     }

DIV.date {
     position: absolute;
     right: 30px;
     top: 15px;
     }









.frame  { border: 1px solid gray; background-color: #000000; }


.small {
	font-family: Arial, Helvetica, sans-serif;
     font-size: 10px;
     color: #979797;
}


/*-------------------  Table Layout ------------------*/
.ul { background-image: url('images/table_ul.gtf'); }
.ur { background-image: url('images/table_ur.gtf'); }

.ll { background-image: url('images/table_ll.gtf'); }
.lr { background-image: url('images/table_lr.gtf'); }

.tu { border-top: 1px solid gray; background-repeat:repeat-x; background-color: #000000; }
.tb { border-bottom: 1px solid gray; background-repeat:repeat-x; background-color: #000000; }
.left { border-left: 1px solid gray; background-repeat:repeat-y; background-color: #000000; }
.right { border-right: 1px solid gray; background-repeat:repeat-y; background-color: #000000; }

.test  { background-color: #000000; }