<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
background-color: #191919; /* Background Color */
background-image: url(images/images/hr.gif); /* Background Image */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 10px; /* Margins */
}

.GeneralTable
{
background-color: White; /* Background Color */
}

.TopBanner
{
font-family: Verdana; /* Font Face */
font-size: 1pt; /* Font Size */
color: ; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: #626F47; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: #FEFDCD; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #505944; /* Background color */
text-align: Center; /* Align Text */
}

.LeftColumn
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #505944; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #AEC094; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 50px;}

.RightColumn
{
font-family: Verdana; /* Font Face */
font-size: 10px; /* Font Size */
color: #505944; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Bold; /* Font Style */
text-decoration: none;
background-color: #AEC094; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 100px;}

.RightColumn .form {
  display: inline;
}

.Footer
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #FEFDCD; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #505944; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Middle; /* Align Text */
}

.Instructions
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #222022; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #EAE3CC; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Verdana; /* Font Face */
font-size: 12pt; /* Font Size */
color: Maroon; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}

.Messages
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #222022; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #E2EDCB; /* Background color */
text-align: Left; /* Align Text */
}

.Headings
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #222022; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: ; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: White; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTableHeader
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Heading Font Size */
color: #222022; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #BED5AA; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: #BED5AA;
}

.ContentTableHorizontal
{
background-color: #BED5AA;
}

</Style>
