@charset "utf-8";
/* CSS Document */

.PageTitleHeader {
	font-size: xx-large;
	color: #FFFFFF;
}

.SectionTxt {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.SectionTitle1 {
	font-weight: bold;
	color: #FFFFFF;
}
.SectionTitleBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.ApplicationTypeTxt {
	color: #006666;
	font-weight: bold;
	text-decoration: none;
}
.ErrorMsgTxt {
	font-size: 14px;
	color: #FF0000;
}

.ServiceAvail {
	font-size: 14px;
	font-weight: bold;
	color: #006666;
}
.MenuStyle1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;	
}
.FormLableType1 {
	font-weight: bold;
}
.PageTitle {
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.ProfessionalTableHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5D7B9D;
	text-align: center;
	font-size: 16px;
}
.HiddenTable {
	display:none;
}

.GridLink {
	font-size: 14px;
	color: #0033CC;
}
.ProfessionalTableRow {
	color: #333333;
	background-color: #F7F6F3;
}
.ProfessionalTableRowAlt {
	color: #284775;
	background-color: #FFFFFF;
}
.WhiteLink {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.TableListHeader {
	font-weight: bold;
	text-decoration: underline;
	height: 30px;
	vertical-align: bottom;
	text-align: left;
}
.TableListMember {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ErrorField {
	border: thin solid #FF0000;
}
.MenuLink {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
.MenuDescription {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 100%;
	width: 100%;
}
.MenuImage {
	text-align: center;
	vertical-align: middle;
}
