<!-- 
/* Hide from incompatible Browsers.*/

body {
	color: #D3D3D3; 
	background: #000000;
	font-family: arial,helvetica,sans-serif; 
	margin: 5px; 
	scrollbar-base-color: #000000;
	scrollbar-track-color: #696969;
	scrollbar-face-color: #C0C0C0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #F5F5F5;
	scrollbar-shadow-color: #808080;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color: #000000;
	}
p, table {
	color: #D3D3D3; 
	font-family:  arial,helvetica,sans-serif; 
	font-size: 8pt;
	}
img {
	border-color: #000000; 
	}
h1 { font-size: 14pt; }
h2 { font-size: 13pt; }
h3 { font-size: 12pt; }
h4 { font-size: 11pt; }
h5 { font-size: 9pt; }
h6 { font-size: 6pt; }
hr { color: #990000;
	}
a:link, a:visited, a:active {
	text-decoration:none;
	color:#DCDCDC; 
	}
a:hover {
	color:#FFFFFF; 
	text-decoration:underline; 
	}
a {
	color: #DCDCDC; 
	text-decoration: underline; 
	}
	
#ctr {
	position: absolute; 
	top: 0px; 
	left: 50%; 
	}
#content {
	position: absolute; 
	top: 0px; 
	left: -512px; 
	width: 1024px; 
	min-height: 800px; /* for modern browsers */
	height: auto; /* for modern browsers */
	height: 800px; /* for IE5.x and IE6 */
	background: url(img/bg-grid2.jpg) repeat-x;
	margin-top: 0px;
	}
#footer {
	position: absolute; 
	top: 600px; 
	left: -300px; 
	width: 600px; 
	min-height: 100px; /* for modern browsers */
	height: auto; /* for modern browsers */
	height: 100px; /* for IE5.x and IE6 */
	background: black;
	margin-top: 0px;
	}
	
.mbf-item { display: none; }
.supersize {font-size: 32pt; }
.largest {font-size: 26pt; }
.larger {font-size: 22pt; }
.large {font-size: 16pt; }
.medium {font-size: 12pt; }
.small {font-size: 10pt; }
.smaller {font-size: 9pt; }
.smallest {font-size: 7pt; }

/* End Style Sheet commenting. */  -->