body {  
	background-color: #ffffff;  
}



.title {
	color: #000000;
	text-align: left;
	font-size:13px;
}



.msg_head {
	color: #000000;
	text-align: left;
	font-size:12px;
}

.msg_foot {
	color: #000000;
	text-align: center;
	font-size:12px;
}



table {
	border-style: none;
	width: 80%;
	margin: 20px 10%;
}

table th {                          
	background-color: #cccccc;
	color: #000000;
	text-align: left;
	border-style: none;
	white-space: nowrap;
	padding: 5px;
	font-size:12px;
}

table td {
	background-color: #eeeeee;
	color: #000000;
	text-align: left;
	border-style: none;
	white-space: nowrap;
	padding: 5px;
	font-size:12px;
}



.submit {
	text-align: center;
}



