html 
{
		background-image:url("images/bggrad.gif");
		background-repeat:repeat-x;
		background-color: #000000;
}

	body {
		margin: 0px;
		font-family: "Trebuchet MS", sans-serif;
		font-size:12pt;
		padding: 0px;
		text-decoration: none;
		background-image:url("images/gaff-digital.png");
		background-repeat: no-repeat;
		background-position: top left;
		background-attachment: fixed;
	}
	
	h1 { font-size: 13pt; text-decoration: none; margin-left:20px; margin-right:20px; }
	
	a { color:#0066FF; text-decoration: none; }
	a:active { color:#0066FF; text-decoration: none; }
	a:visited { color:#0066FF; text-decoration: none; }
	a:hover { color:#0066FF; text-decoration: underline; }
	LEGEND { color:#00485a; font-size:11pt; font-weight:bold; }
	
	img { border:none; }
	
	#wrapper {
		width: 1038px;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	#mainwrapper {
		width: 1038px;
		margin-top:0px;
		margin-bottom:5px;
	}
	
	#mainbar {
	height:23px;
	width: 1038px;
	background-color: #E8E8E8;
	background-image: url("images/gbar.gif");
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	text-indent:10px;
	vertical-align: middle;
	line-height: 23px;
	font-weight:bold;
	}

	#main {
		background-color: #FFFFFF;
		width: 1028px;
		border: 2px solid #859299;
		padding:3px;
		text-align:left;
	}

UL { margin:6px; }
LI { font-size:11pt; }
INPUT { font-size:11pt; }

.Gray10Pt {
		font-size:10pt;
		color:#333333;
	}
.Title { color:#00485a; font-size:10pt; font-weight:bold; }
