﻿<Style>/* Default CSS Stylesheet for a new Web Application project */

.GeneralPage
{
background-color: #f6f6f6; /* Background Color */
background-image: url('./images/bgTile09.jpg'); /* Background Image */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 20px;
}



.TopBanner
{
font-family: Arial; /* Font Face */
font-size: 28pt; /* Font Size */
color: #ADD6D9; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: #3C2A12; /* Background color */
text-align: Left; /* Align Text */
margin-top: -20px;           /* This added by PG to work-around mysterious top margin in TopBanner.inc */
border-collapse: collapse;
}

.TopSubBanner
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #3C2A12; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #ADD6D9; /* Background color */
text-align: Left; /* Align Text */
margin-top: -20px;      /* This added by PG to work-around mysterious top margin in TopBanner.inc */
border-collapse: collapse;
}

.Footer
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #3C2A12; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: White; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Content
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #e8e4e1; /* Background color */
text-align: Left; /* Align Text */
}
</Style>