/* Default CSS Stylesheet for a new Web Application project */
.GeneralPage {
	background-color: #1E2223; /* Background Color */
	margin: 0px; /* Margins */
}
.GeneralTable {
	background-color: White; /* Background Color */
}
.TopBanner {
	font-size: 28pt; /* Font Size */
	color: #666666; /* Font Color */
	font-weight: Bold; /* Font Style */
	text-decoration: none;
	font-style: normal; /* FontStyle */
	background-color: #FFFFFF; /* Background color */
	text-align: Left; /* Align Text */
}
.TopSubBanner {
	font-size: 9pt; /* Font Size */
	color: #F9FBE9; /* Font Color */
	font-weight: Bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: transparent; /* Background color */
	text-align: Center; /* Align Text */
}
.TopSubBannerText {
	font-size: 9pt; /* Font Size */
	color: #F9FBE9; /* Font Color */
	font-weight: Bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: Center; /* Align Text */
}
.LeftColumn {
	font-size: 8pt; /* Font Size */
	color: #F9FBE9; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: transparent; /* Background color */
	text-align: Left; /* Align Text */
	vertical-align: Top; /* Align Text */
	width: 23%;
}
.LeftColumnText {
	font-size: 8pt; /* Font Size */
	color: #F9FBE9; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: Left; /* Align Text */
	vertical-align: Top; /* Align Text */
	width: 23%;
}
.RightColumn {
	font-size: 8pt; /* Font Size */
	color: #F9FBE9; /* Font Color */
	font-style: normal; /* Font Style */
	font-weight: Normal; /* Font Style */
	text-decoration: none;
	background-color: transparent; /* Background color */
	text-align: Left; /* Align Text */
	vertical-align: Top; /* Align Text */
	width: 1%;
}
.RightColumnText {
	font-size: 8pt; /* Font Size */
	color: #F9FBE9; /* Font Color */
	font-style: normal; /* Font Style */
	font-weight: Normal; /* Font Style */
	text-decoration: none;
	text-align: Left; /* Align Text */
	vertical-align: Top; /* Align Text */
	width: 1%;
}
.Footer {
	font-size: 8pt; /* Font Size */
	color: #F9FBE9; /* Font Color */
	font-weight: Bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: transparent; /* Background color */
	text-align: Center; /* Align Text */
	vertical-align: Top; /* Align Text */
}
.FooterText {
	font-size: 8pt; /* Font Size */
	color: #F9FBE9; /* Font Color */
	font-weight: Bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: Center; /* Align Text */
	vertical-align: Top; /* Align Text */
}
.Instructions {
	font-size: 8pt; /* Font Size */
	color: #F9FBE9; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #484E4A; /* Background color */
	text-align: Left; /* Align Text */
}
.ErrorMessages {
	font-size: 10pt; /* Font Size */
	color: #C90D4F; /* Font Color */
	font-weight: Bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	text-align: Center; /* Align Text */
}
.Messages {
	font-size: 10pt; /* Font Size */
	color: #F9FBE9; /* Font Color */
	font-weight: Bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: transparent; /* Background color */
	text-align: Center; /* Align Text */
}
.Headings {
	font-size: 10pt; /* Font Size */
	color: #F9FBE9; /* Font Color */
	font-weight: Bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: transparent; /* Background color */
	text-align: Left; /* Align Text */
}
.Content {
	font-size: 8pt; /* Font Size */
	color: #F9FBE9; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #3A403C; /* Background color */
	text-align: Left; /* Align Text */
}
.Content input,.Content select {
	color: #000000; /* Font Color */
	background-color: #F9FBE9; /* Background color */
}
.ContentTableHeader {
	font-size: 10pt; /* Heading Font Size */
	color: #F9FBE9; /* Heading Font Color */
	font-weight: Bold; /* Heading Font Style */
	font-style: normal; /* Heading FontStyle */
	text-decoration: none; /* Heading Font Style */
	background-color: #484E4A; /* Background color */
	text-align: Left; /* Align Text */
}
.ContentTable {
	background-color: #484E4A;
}
.ContentTableHorizontal {
	background-color: #484E4A;
}

