html, body, div, table, td, tr	{
	margin: 0px;
	padding: 0px;
	}
.img1 {
	margin: 15px;
	}
body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #000000;
	color: black;
	text-align: left;
	scrollbar-face-color: #C3C6CE;
         scrollbar-highlight-color: #ccc;
         scrollbar-shadow-color: #999;
         scrollbar-3dlight-color: #ccc;
         scrollbar-arrow-color: white;
         scrollbar-track-color: white;
         scrollbar-darkshadow-color: #999;

/* part 1 of 2 centering hack */
	}

h1, h2	{
	font: normal normal normal .9em trebuchet ms, verdana, sans-serif;
	line-height: 120%;
	text-align: justify;
	margin: 25px;
	color: #528789;
	}
p	{
	font: normal normal normal Verdana;
	font-size: 14px;
	line-height: 120%;
	text-align: justify;
	margin: 25px;
	color: #333333;
	}
a:link {
	color: #0000FF;
}
.sublink	{
	text-decoration: none;
	color: #0000FF;
	margin: 30px;
	}
.sublink:hover	{
	text-decoration: underline;
	}
	a	{
	text-decoration: none;
	color: #0000FF;
	}
a:hover	{
	text-decoration: underline;
	}
	
	
h1	{
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px;
	margin-left: 15px;
	}
h2	{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	margin-left: 15px;
	margin-top: 40px;
	}
.Header {
	font-weight: bold;
	font-variant: normal;
	font-size: 17px;
	color: #333333;
	margin: 10px;	
}
.SubHeader {
	font-weight: bold;
	font-variant: normal;
	font-size: 16px;
	color: #333333;
}

.LightText {
	font-weight: normal;
	font-variant: normal;
	font-size: 14px;
	color: #cccccc;
	margin: 0px;
}


.left {
	text-align: left;
	}
.Bold {
	font-weight: bolder;
	font-size: 16px;
	line-height: 120%;	
	color: #528789;
}
.center	{
	font-size: 14px;
	text-align: center;
		}