﻿.MainBody {
	min-height : 440px;
}
.Hdr {
	border-bottom : 1px solid #c2d4eb;
	font-size : 32px;
	font-style : italic;
	font-weight : bold;
	line-height : 42px;
	margin-bottom : 20px;
	padding-bottom : 5px;
	text-align : left;
}
h3 {
	color : #ffffff;
	font-family : 'Segoe UI', Tahoma, Verdana;
	font-size : 16px;
	font-style : italic;
	font-weight : bold;
	margin-bottom : 12px;
}
td {
	color : #ffffff;
	font-family : 'Segoe UI', Tahoma, Verdana;
	font-size : 14px;
	padding-right : 9px;
	padding-bottom : 15px;
	vertical-align : top;
}
td input.Text {
	width : 100%;
}
select {
	height : 22px;
	line-height : 22px;
	width : 100%;
}
td textarea {
	height : 70px;
	width : 100%;
}
input.Btn {
	font-family : 'Segoe UI', Tahoma, Verdana;
	font-size : 16px;
	font-weight : bold;
	height : 30px;
	width : 100px;
}
.Left {
	color : #ffffff;
	float : left;
	font-family : 'Segoe UI', Tahoma, Verdana;
	font-size : 14px;
	text-align : left;
	width : 49%;
}
