/* CSS Document */

.mainbox{
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 660px;
	text-align: center;
	line-height: 1.4;
}
.mainbox table{
	width:620px;
	background-color: #2E1897;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.35;
	margin-top: 20px;
	margin-bottom: 10px;


}
.mainbox .toptext{
	padding: 20px;
	width: 620px;

	font-size: medium;
	font-weight: bold;
	color: #5444A6;
	text-align: left;
}
.mainbox table td{
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: x-small;
	color: #494E65;


}
.mainbox .name{
	font-weight: bold;
}

.mainbox .entry{
	color: #D85F3D;
	font-weight: normal;
}



.listing{
	width:620px;
	font-weight: bold;
	color: #CA9355;
	margin: 5px auto;
	padding: 3px;
	font-size: 12px;
	border-top: 2px solid #CA9355;
	border-right: 2px none #CA9355;
	border-bottom: 2px solid #CA9355;
	border-left: 2px none #CA9355;
	background-color: #faf0e5;


}
