﻿.MainBody {
	min-height : 440px;
}
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, select {
	width : 100%;
}
td textarea {
	height : 140px;
	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%;
}
.SubMenu {
	font-size : 16px;
	height : 30px;
	padding-top : 16px;
}
.SubMenu div {
	float : left;
	margin-right : 15px;
	padding-right : 20px;
	padding-bottom : 5px;
	text-align : left;
}
.SubMenu .Selected {
	border-bottom : 3px solid #ffffff; /*#f9c658;*/
}
.SubMenu .Selected a, .SubMenu a:hover {
	border-bottom-width : 0px;
	color : #ffffff; /*#f9c658;*/
}
