BODY {

	background-color: #000000;
	text-decoration: none;
	font-family: arial,helvetica;
	font-size: 13;
	color: #AAAAAA;
}

H1 {
	color: #DDDDDD;
	text-decoration: none;
	font-family: arial,helvetica;
	font-weight: normal;
	font-size: 22;
}

P {
        text-decoration: none;
        font-family: arial,helvetica;
        font-size: 13;
}
TABLE {
	text-decoration: none;
	font-family: arial,helvetica; 
	font-size: 13; 
}

A { 
	text-decoration: none;
	font-family: arial,helvetica; 
	font-size: 13; 
	font-style: bold;
}
A:link { color:red}
A:visited { color:red}
A:hover { color: #AAAAAA}



TABLE.rootTable {
	margin:0px;
	padding:0px;
	position: relative;
	width: 1110px;
}

DIV.root {
	margin:0px;
	padding:0px;
	width: 1110px;
	float: top;
	position: relative;
	display: block;
}

DIV.navBar {
	float:left; width:300px; border: 0px dashed; margin-bottom: 20px;
}

DIV.content {
float:left; width:800px; border: 0px dashed; margin-bottom: 20px;
}

DIV.contentCell {
	text-align:justifY; float:left; width:380; margin: 5px; margin-left:10px;
}

IMG {
	margin-left: 15px;
	margin-bottom: 15px;
	border: 0;
	}



SPAN.cellText {
	padding-left: 20px;
	}

DIV.footer {
	clear:both; border-top: 1px dashed; width: 1100px; text-align: right;
}
