/* Global Styles */

html, body {
	margin:0px;
	height:100%;
	}
	
html, body {
scrollbar-arrow-color: white;
scrollbar-base-color: white;
scrollbar-dark-shadow-color: #000080;
scrollbar-track-color: #B8BA01;
scrollbar-face-color: #000000;
scrollbar-shadow-color: white;
scrollbar-highlight-color: white;
scrollbar-3d-light-color: a;
}
	
td {
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

a:active {
	color: #B8BA01;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #B8BA01;
	text-decoration: none;
	font-weight: bold;
	}

/* Class Styles */
	
.bl a:{
    color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

.bl a:active {
    color: #000000;
	text-decoration: none;
	font-weight: bold;
	} 

.bl a:hover {
    color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

.bodyText {
	font:18px Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:20px;
	margin-top:0px;
	}