.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: 3C4445;
	line-height: 25px;
}
.normalbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 25px;
	font-weight: bold;
}
.normalsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  9px;
	font-style: normal;
	color: #000000;
	line-height: 18px;

}
body{
	background-image:url(images/bottom.gif);
	background-position:center;
	background-repeat:repeat-y;
}
