<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
   { background: url(home/media/background/bckgnd_index.jpg) repeat-x; margin: 0px }

.GeneralTable
{
background-color: White; /* Background Color */
}

.TopBanner
{
font-family: Verdana; /* Font Face */
font-size: 14pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: #AAD4FE; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #3465CB; /* Background color */
text-align: Center; /* Align Text */
}

.LeftColumn
{
font-family: Trebuchet MS; /* Font Face */
font-size: 10pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: WhiteSmoke; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 20%;}

.RightColumn
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
background-color: #C6BFA5; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 15%;}

.Footer
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #666666; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: Gainsboro; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Instructions
 { color: #000000; font-style: normal; font-weight: normal; font-size: 10pt; font-family: Arial; text-decoration: none; background-color: #f5f5f5; text-align: left }

.ErrorMessages
   { color: #c00; font-style: normal; font-weight: bold; font-size: 10pt; font-family: Arial; text-decoration: none; background-color: #ffffff; text-align: center }

.Messages
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* 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 */
}

.Headings
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: Black; /* 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
 { color: black; font-style: normal; font-weight: Bold; font-size: 10pt; font-family: Arial; text-decoration: none; background-color: #ffffff; text-align: left }

.ContentTableHeader
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* 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: WhiteSmoke; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: WhiteSmoke;
}

.ContentTableHorizontal
{
background-color: Gainsboro;
}

</Style>