@charset "utf-8";
/* SHEDSmail styles - used primarily for the SHEDSmail form */
/* CSS Document */

body {
	font-family: Calibri;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.SHEDSmailTable {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.SHEDSmailTable tr {
	vertical-align: top;
}

.SHEDSmailTable tr td {
	margin-top: 40px;
}

.SHEDSmailTable .LineSeparator {
	height: 11px;
	background-image: url(HLine.gif);
}


.SHEDSmailTableTiny {
	font-size: 10px;
}


.EmailFormName {
	font-family: "BankGothic Md BT";
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}
