﻿html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:arial;
	font-size:101%;
	color:#a8a8a8;
	background:#e9e9e8;
}

/* flash holder */
#holder {
	width:100%;
	height:100%;
}

.filet {
	width:100%; 
	height:1px; 
	margin-top:10px;
	background:url(/_elements/filet.png) repeat-x;
}

#footer {
	width:100%;
	float:left; 
	font-size:7pt; 
	height:40px;
	font-size:8pt;
}

#legal {
	float:right; 
	width:250px;
	font-size:7pt;
	text-align:right;
	font-size:8pt;
}