.normal a:link, a:active, a:visited {
	font-family: Tahoma, arial;
	color: #5A6B79;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.normal a:hover {
	font-family: Tahoma, arial;
	color: #6DA000;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

.footer a:link, a:active, a:visited {
	font-family: Tahoma, arial;
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.footer a:hover {
	font-family: Tahoma, arial;
	color: #6DA000;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
BODY {
	font-weight: normal;
	background-image: url(../images/bckgrd.png);
	margin:auto;
	text-align:center;
	
}
TD {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #5A6B79;
}
.underline {
	text-decoration: underline;
}
.blue {
	color: #3F809E;
}
.white {
	color: #FFFFFF;
}
.px11 {
	font-size: 11px;
}
.differentred {
	color: #903;
	font-weight:bold;
}
.green {
	color: #6DA000;
	
}
.different {
	color:#903;
	background-color: #9FF;
	border:thin;
	
}
.greenBOLD {
	color: #6DA000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	
}
.yellow {
	color: #CF0;

.red {
	color: #BF0000;
}
.orange {
	color: #D29217;
}
.grey {
	color: #5A6B79;
}
#container {
	background: white;
	color:#000000;
	width: 800px;
	position: relative;
	border-left: #EAEAEA; border-left:ridge;
	border-right:#EAEAEA; border-right:ridge;