body {
	background-color: #fffff0; 
	background-image: url('../images/back.gif');
	margin: 5px 
}

p {
	/*color:#6C3004;*/
	color: #4B2103;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px; 
	line-height:16px 
} 

.bodyImgRight {
	margin-left: 8px; 
	margin-bottom: 8px; 
	float: right; 
	vertical-align: text-top
}

.bodyImgLeft {
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	vertical-align: text-top
}

.genTable {
	border-collapse:collapse;
	border: none
}


.mainTable {
	width: 750px; 
	margin: 50px;
	background-color: #F6F8FB; 
	/*
	border-right: #4189DD 2px solid;
	border-left: #4189DD 2px solid;
	border-top: #4189DD 2px solid;
	border-bottom: #4189DD 2px solid;
	*/
	border-right: #4189DD 2px dashed;
	border-left: #4189DD 2px dashed;
	border-top: #4189DD 2px dashed;
	border-bottom: #4189DD 2px dashed;
	border-collapse:collapse
}

.text {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px
}

.menu {
	border-collapse: collapse;
	border: none
}

