html, body {
	background-color:#eeeeee;
	}

.bodyblack {
	font-family: century gothic;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 15px;
	text-decoration: none;
}

.bodyblackbold {
	font-family: century gothic;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
	text-decoration: none;
}

.blackbold {
	font-family: century gothic;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
	text-decoration: none;
}

.bodyredbold {
	font-family: century gothic;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: red;
	line-height: 15px;
	text-decoration: none;
}

.redbold {
	font-family: century gothic;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: red;
	line-height: 15px;
	text-decoration: none;
}


.bodywhite {
	font-family: century gothic;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: none;

}

.bodywhitebold {
	font-family: century gothic;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: none;

}

.whitebold {
	font-family: century gothic;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: none;
}

.bodygreen {
	font-family: century gothic;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #75ad28;
	line-height: 15px;
	text-decoration: none;
}

.bodygreenbold {
	font-family: century gothic;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #75ad28;
	line-height: 15px;
	text-decoration: none;
}

.greenbold {
	font-family: century gothic;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #75ad28;
	line-height: 15px;
	text-decoration: none;
}



#scroll
{
width: 450px;
height: 330px;
overflow: auto;
scrollbar-base-color: #000000;
}

#scroll table
{
width: 400px;
}