body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #240059;
	margin: 0px;
	padding: 0px;
}

.table_front {
	background-image: url(../images/bg_front.gif);
	height: 300px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;	
}

.table_image {
	width: 750px;
	height: 300px;
	background-image: url(../images/front.gif);
}

.td_list {
	color: #555347;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.td_green {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.td_yellow {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	padding-left: 17px;
}

.td_yellow a {
	color: #CCCCCC;
	text-decoration: underline;
}

.td_yellow a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.td_orange {
	color: #6c6859;
	font-size: 11px;
	font-weight: bold;
	padding-left: 17px;
}

.td_red {
	color: #e0dbc7;
	font-size: 11px;
	font-weight: bold;
	padding-left: 17px;
}

.td_red a {
	color: #e0dbc7;
	text-decoration: underline;
}

.td_red a:hover {
	color: #e0dbc7;
	text-decoration: none;
}

