/* CSS Document */
.smallBlack {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	}
.bigBlack {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	}
.smallWhite {
	font-family: Arial;
	font-size: 8pt;
	color: #ffffff;
	}
a   {
color: #fff;
font-family: Arial }

a:hover   {
color: #383838;
text-decoration: none }

.cell {
	margin-top: 5;
	}
.cell2 {
	margin-top: 1;
	margin-bottom: 1;
	}
.box {
color: #eee;
background-color: #716c61;
margin: 10px;
padding: 10px;
border: dotted 1px #390 }
#border-bot {
margin-bottom: 4px;
border-bottom: 1px solid #3d3d3d }
td {
	font-family: Arial;
	font-size: 10pt;
	color: #000000; }

