/* CSS Document */

<style type="text/css">

#content {
float : left;
width :750px;
color : #ffffff;
text-align : justify;
font: 11px/1.4 "Century Gothic", "Arial", sans-serif;
letter-spacing : 1px;
margin : 0 auto 0 auto;
padding-right : 5px;
padding-left : 10px;
padding-top : 0px;
padding-bottom : 10px;
overflow : auto;
}


body,td,th {
	color: #FFFFFF;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #292D2F;
	margin-top: 5px;
}
a {
	font-size: 12px;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #292D2F
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


h2 {
margin: 5px;
background: url(images/h2.html);
height: 1px;
font-family: "arial", ;
font-size: 12px;
text-transform: lowercase;
text-align: center;
letter-spacing: 2px;
padding: 2px 0 2 2px;
color: #000000;
font-weight: lighter

}

h1 {
text-align:right;
letter-spacing : 2px;
 text-transform: lowercase; 
font-size:8pt; 
font-weight: lighter; 
color: #20201D; 
margin-top: 1px; 
margin-bottom: 8px;  
border-bottom: dotted 1px #ffffff

}


</style>