<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
background-color: ; /* Background Color */
background-image: url(images/AngelintheMorningllitejpg.jpg); /* Background Image */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.GeneralTable
{
background-color: ; /* Background Color */
}

.TopBanner
{
font-family: Arial Rounded MT Bold; /* Font Face */
font-size: 14pt; /* Font Size */
color: #29D6AF; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: #3D5B3C; /* Background color */
text-align: Center; /* Align Text */
}

.TopSubBanner
{
font-family: Arial Rounded MT Bold; /* Font Face */
font-size: 10pt; /* Font Size */
color: #3D5B3C; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: Aqua; /* Background color */
text-align: Center; /* Align Text */
}

.TopSubBannerText
{
font-family: Arial Rounded MT Bold; /* Font Face */
font-size: 10pt; /* Font Size */
color: #3D5B3C; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
}

.LeftColumn
{
font-family: Arial Rounded MT Bold; /* Font Face */
font-size: 10pt; /* Font Size */
color: Silver; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #253626; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 15%;}

.LeftColumnText
{
font-family: Arial Rounded MT Bold; /* Font Face */
font-size: 10pt; /* Font Size */
color: Silver; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 15%;}

.RightColumn
{
font-family: Arial Rounded MT Bold; /* Font Face */
font-size: 10pt; /* Font Size */
color: #3D5B3C; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Bold; /* Font Style */
text-decoration: none;
background-color: #B4CBBA; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 15%;}

.RightColumnText
{
font-family: Arial Rounded MT Bold; /* Font Face */
font-size: 10pt; /* Font Size */
color: #3D5B3C; /* 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: 15%;}

.Footer
{
font-family: Arial Rounded MT Bold; /* Font Face */
font-size: 10pt; /* Font Size */
color: #3D5B3C; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #B4CBBA; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.FooterText
{
font-family: Arial Rounded MT Bold; /* Font Face */
font-size: 10pt; /* Font Size */
color: #3D5B3C; /* 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 Rounded MT Bold; /* Font Face */
font-size: 10pt; /* Font Size */
color: #D5FFD5; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Arial Rounded MT Bold; /* Font Face */
font-size: 12pt; /* Font Size */
color: Red; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Center; /* Align Text */
}

.Messages
{
font-family: Arial Rounded MT Bold; /* Font Face */
font-size: 12pt; /* Font Size */
color: #80FFFF; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Center; /* Align Text */
}

.Headings
{
font-family: Arial Rounded MT Bold; /* Font Face */
font-size: 12pt; /* Font Size */
color: #80FFFF; /* 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: Arial Rounded MT Bold; /* Font Face */
font-size: 10pt; /* Font Size */
color: #5FAFAF; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #253626; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTableHeader
{
font-family: Arial Rounded MT Bold; /* Font Face */
font-size: 10pt; /* Heading Font Size */
color: #29D6AF; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #3D5B3C; /* Background color */
text-align: Center; /* Align Text */
}

.ContentTable
{
background-color: #3D5B3C;
}

.ContentTableHorizontal
{
background-color: #3D5B3C;
}

</Style>
