<Style>/* Default CSS Stylesheet for a new Web Application project */{}


.Productname
{
font-family: Verdana; /* Font Face */
font-size: 0pt; /* Font Size */
color: black; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: italic;
font-style: italic; /* FontStyle */
background-color: Black; /* Background color */
text-align: Left; /* Align Text */
}

.Price
{
font-family: Verdana; /* Font Face */
font-size: 12pt; /* Font Size */
color: Red; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: Black; /* Background color */
text-align: Left; /* Align Text */
}




.GeneralPage
{
background-color: black; /* Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.GeneralTable
{
background-color: Red; /* Background Color */
}

.TopBanner
{
font-family: Verdana; /* Font Face */
font-size: 28pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: Black; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: red; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: red; /* Background color */
text-align: Center; /* Align Text */
}

.TopSubBannerText
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: Red; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: italic; /* FontStyle */
text-decoration: none;
text-align: Center
}

.LeftColumn
{
font-family: Comic Sans MS; /* Font Face */
font-size: 10pt; /* Font Size */
color: White; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: Black; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 10%;}

.LeftColumnText
{
font-family: Comic Sans MS; /* Font Face */
font-size: 10pt; /* Font Size */
color: White; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 10%;}

.RightColumn
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: #80FF00; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
background-color: Black; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 5%;}

.RightColumnText
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: yellow; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 5%;}

.Footer
{
font-family: Verdana; /* Font Face */
font-size: 12pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: Red; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Middle; /* Align Text */
}

.FooterText
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
vertical-align: Middle; /* Align Text */
}

.Instructions
{
font-family: Georgia; /* Font Face */
font-size: 12pt; /* Font Size */
color: #80FF00; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: Black; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Verdana; /* Font Face */
font-size: H1; /* Font Size */
color: #80FF00; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: Italic; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: Black; /* Background color */
text-align: Center; /* Align Text */
}

.Messages
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: #80FF00; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: Black; /* Background color */
text-align: Center; /* Align Text */
}

.Headings
{
font-family: Verdana; /* Font Face */
font-size: H3; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: Italic; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: Blue; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
font-family: Comic Sans MS; /* Font Face */
font-size: h2; /* Font Size */
color: #80FF00; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: Black; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTableHeader
{
font-family: Microsoft Sans Serif; /* Font Face */
font-size: 15pt; /* Heading Font Size */
color: Red; /* Heading Font Color */
font-weight: normal; /* Heading Font Style */
font-style: italic;  /* Heading FontStyle */ 
text-decoration: none; /* Heading Font Style */
background-color: Black; /* Background color */
text-align: Left
}

.ContentTable
{
background-color: Silver;
}

.ContentTableHorizontal
{
background-color: Silver;
}

</Style>
