
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	margin-top: 0px;
	font-weight: bold;
}

a:link {
	color: #AA6300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AA6300;
}
a:hover {
	text-decoration: none;
	color: #8C5100;
}
a:active {
	text-decoration: none;
}

.leftSideColumn {
	background-color: #000000;
	background-image: url(../images/about_01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}
.rightSideColumn {
	background-color: #000000;
	background-image: url(../images/about_03.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

.noMarginMiddle {
    margin: 0px;
	vertical-align: top;

}
	.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 5px;
}
div.scroll {	
	height: 334px;	
	width: 345px;	
	overflow: auto;	
	
	padding: 5px;
	}
	
.names {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	}	