/* @group style */

p {
	font-size: 10.5pt;
	color: #333333;
}

h1 {
	border-left: 10px solid #333;
	border-bottom: 1px solid #333;
	padding: 5px;
	font-size: 13pt;
	color: #333;
}

.red {
	color: #ff0000;
}

/* @end */

/* @group table */

#mail-table {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	color: #333;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#mail-table td {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 5px;
	font-size: 12pt;
	color: #333;
	background-color: #fefeee;
}

#mail-table th {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 5px;
	font-size: 12pt;
	background-color: #E8CDC2;
	color: #333;
}

#touser-table {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	color: #333;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#touser-table td {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 5px;
	font-size: 12pt;
	color: #333;
	background-color: #fefeee;
}

#touser-table th {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 5px;
	font-size: 12pt;
	background-color: #E8CDC2;
	color: #333;
	white-space: nowrap;
}



/* @end */