﻿body         {
	background-position: center top;
	padding: 0px;
	margin: 0px;
	background: #232323 url('images/linebacking2.jpg') no-repeat fixed center top;
	font-family: Arial;
	font-size: 10pt;
	color: #CCCCCC;
}
.layouttable { color: #CCCCCC; font-family: Arial; font-size: 10pt; background-color: #232323 }
.layoutcell  {
	padding: 2px;
	border: 1px solid #B4B4B4;
	font-family: Arial;
	font-size: 10pt;
	color: #CCCCCC;
	background-color: #0F0F0F;
}
a:link       {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited    {
	color: #FFFFFF;
	text-decoration: none;
}
a:active     { color: #E2E2E2 }
.footer {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	position: fixed;
	width: 100%;
	bottom: 0%;
	left: 0px;
	text-align: center;
}
.content {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	width: 900px;
	position: fixed;
	top: 90px;
	padding: 4px;
}
a:hover {
	color: #D5EAF4;
	text-decoration: none;
}
