/* CSS Document */

/* Header Information 

<meta name="Author" content="Samuel E. Ishie" />
*/

body {
	background-color: #000000;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
th, tr, td {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;	
	line-height: 18px;
}

a:link, a:visited {
	color: #003399;
	text-decoration: underline;
}

a:hover {
	color: #003399;
	text-decoration:none;
}

#Layer1 {
	position:absolute;
	width: 99%;
	height: 570px;
	top:-1px;
	left: 0px;
	z-index:1;
	background:url(images/full_bg.jpg) top center no-repeat;
	overflow: visible;
}
#Layer2 {
	position:absolute;
	width: 98%;
	top:1px;
	z-index:2;
	left: 9px;
}

.sidelink:link, .sidelink:active, .sidelink:visited {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

.sidelink:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.subsidelink:link, .subsidelink:active, .subsidelink:visited {
	color: #FFFF99;
	text-decoration: none;
}

.subsidelink:hover {
	color: #FFFF99;
	text-decoration:underline;
}
.heading {
	font-size: 22px;
	color: #BBBBBB;
	font-weight: bold;	
}
.row_line:hover {
	display: table-row;
	background-color: #DDDDDD;
	border-bottom: solid 1px #CCCCCC;
}
.redtext {
	color: #FF0000;
}
.inputtext {
	color: #000033; 
	font-size:11px;
}
.copytext {
	font-size: 10px;
}
