body, table, tr, td {
	font: 8pt tahoma; 
	color: #000000;
	letter-spacing: 1px}
body {
	cursor: crosshair;
        background-image: url(images/back.gif);
        background-position: top center;
        background-repeat:repeat-y;
        background-color: #6ECBD7;
        overflow-x: hidden;
        bottom-padding: 2px;
}
a:link, a:active, a:visited {
	font-weight: bold;
        text-decoration: none;
	color: #000000}
a:hover {background: #808080; color: white;
           text-decoration: underline overline;}
input, textarea, option, select {
	background-color: #FFFFFF;
	font: 8pt arial;
	color: #000000;
	letter-spacing: 1px;
	border: 1px solid #000000;
	padding:2px; }
#banner {
	position: absolute;
        top: 0px;
        left: 50%;
        width: 500px;
        height: 451px;
        margin-left: -250px;
        background-image:url('images/back.gif'); 
        background-repeat:repeat-y;
        z-index: 1;
	}
#links {
       position: absolute;
        top: 386px;
        left: 50%;
        width: 482px;
        height: 16px;
        margin-left: -241px;
        font-size: 8pt;
        text-align: center;
        letter-spacing: 3px;
        z-index: 2;}
#content {
	position: absolute;
        top: 418px;
        left: 50%;
        width: 478px;
        margin-left: -239px;
        z-index: 2;
	}