<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
background-color: #ffffff; /* Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.GeneralTable
{
background-color: White; /* Background Color */
}

.TopBanner
{
font-family: Times New Roman; /* Font Face */
font-size: 18pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: Gray; /* Background color */
text-align: Center; /* Align Text */
}

.TopSubBanner
{
font-family: Times New Roman; /* Font Face */
font-size: 9pt; /* Font Size */
color: #BEBEBE; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #BEBEBE; /* Background color */
text-align: Center; /* Align Text */
}

.LeftColumn
{
font-family: Times New Roman; /* Font Face */
font-size: 9pt; /* Font Size */
color: #616161; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #C7C7C7; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 8%;}

.RightColumn
{
font-family: Times New Roman; /* Font Face */
font-size: 9pt; /* Font Size */
color: #616161; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Bold; /* Font Style */
text-decoration: none;
background-color: #C7C7C7; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 0%;}

.Footer
{
font-family: Times New Roman; /* Font Face */
font-size: 9pt; /* Font Size */
color: #616161; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #BEBEBE; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Middle; /* Align Text */
}

.Instructions
{
font-family: Times New Roman; /* Font Face */
font-size: 11pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #E7E3D7; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Times New Roman; /* Font Face */
font-size: 11pt; /* 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-family: Times New Roman; /* Font Face */
font-size: 11pt; /* Font Size */
color: #400040; /* 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 */
}

.Headings
{
font-family: Times New Roman; /* Font Face */
font-size: 14pt; /* Font Size */
color: Navy; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
font-family: Times New Roman; /* Font Face */
font-size: 11pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTableHeader
{
font-family: Times New Roman; /* Font Face */
font-size: 11pt; /* Heading Font Size */
color: #000000; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #E7E3D7; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: #E7E3D7;
}

.ContentTableHorizontal
{
background-color: #E7E3D7;
}

</Style>