body {
     background-color: #494949;
     margin: 0px;
     font: 10px "trebuchet ms", "arial", "tahoma", "verdana";
     color: #DDDDDD;
     overflow: hiden;
}


TABLE {
	COLOR: #DDDDDD; font: 10px "trebuchet ms", "arial", "tahoma", "verdana"
}

TR {
	COLOR: #DDDDDD; font: 10px "trebuchet ms", "arial", "tahoma", "verdana"
}

TD {
	COLOR: #DDDDDD; font: 10px "trebuchet ms", "arial", "tahoma", "verdana"
}

/*WEB CONTENT*/

a:link, a:active, a:visited {
	color: #C78332;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.section {
	background-color: #222222;
	font-size: 7pt;
	font-family: Trebuchet MS;
	color: #D3D3D3;
	text-align: left;
	margin-bottom: 1px;
	text-transform: none;
	padding: 2px;
}

.content {
	background-color: #222222;
	margin-bottom: 1px;
	text-transform: none;
	padding: 2px;
}

h1 {
       background-color: #C78332;
       color: #000000;
       text-decoration: none;
       font-size: 6pt;
       font-weight: bold;
       text-transform: uppercase;
       font-family: Tahoma;
       letter-spacing: 3px;
       padding: 3px;
       margin-left:0px;
       margin-bottom:0px; 
       margin-right:0px
}
