<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: #ffffff; /* Background Color */
}

.TopBanner
{
font-family: Arial; /* Font Face */
font-size: 14pt; /* Font Size */
color: #000040; /* 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-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #004080; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: Gray; /* Background color */
text-align: Center; /* Align Text */
}

.TopSubBannerText
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #004080; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
}

.LeftColumn
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000040; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #203E92; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Middle; /* Align Text */
width: 1px;}

.LeftColumnText
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000040; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
vertical-align: Middle; /* Align Text */
width: 1px;}

.RightColumn
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000040; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Bold; /* Font Style */
text-decoration: none;
background-color: #203E92; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 1px;}

.RightColumnText
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000040; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Bold; /* Font Style */
text-decoration: none;
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 1px;}

.Footer
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000040; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #ffffff; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.FooterText
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000040; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Instructions
{
font-family: Arial, Helvetica, Sans-Serif; /* Font Face */
font-size: 9pt; /* Font Size */
color: #666; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: transparent; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Arial, Helvetica, Sans-Serif; /* Font Face */
font-size: 10pt; /* Font Size */
color: #cc0000; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: transparent; /* Background color */
/* padding: 10px 40px 10px 40px;
border: medium double #ff00ff; */
text-align: Center; /* Align Text */
}

.Messages
{
font-family: Arial, Helvetica, Sans-Serif; /* Font Face */
font-size: 10pt; /* Font Size */
color: #cc0000; /* 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-family: Arial, Helvetica, Sans-Serif; /* Font Face */
font-size: 11pt; /* Font Size */
letter-spacing: .05em;
color: #71be39; /* Font Color */
font-weight: 700; /* Font Style */
font-style: normal; /* FontStyle */
padding: 0 0 5px 0;
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
font-family: Arial, Helvetica, Sans-Serif; /* Font Face */
font-size: 9pt; /* Font Size */
color: #666; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: transparent; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTableHeader
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Heading Font Size */
color: #000040; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: White; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: transparent;
}

.ContentTableHorizontal
{
background-color: transparent;
}

</Style>
