<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
background-color: #ffffff; /* Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.GeneralTable
{
background-color: White; /* Background Color */
}

.TopBanner
{
font-family: Arial; /* Font Face */
font-size: 0px; /* Font Size */
color: #666666; /* Font Color */
font-weight: Normal; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Arial; /* Font Face */
font-size: 0px; /* Font Size */
color: Silver; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: White; /* Background color */
text-align: Right; /* Align Text */
}

.TopSubBannerText
{
font-family: Arial; /* Font Face */
font-size: 0px; /* Font Size */
color: Silver; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Right; /* Align Text */
}

.LeftColumn
{
font-family: Arial; /* Font Face */
font-size: 12px; /* Font Size */
color: #63943B; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: ; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
width: 20%;}

.LeftColumnText
{
font-family: Arial; /* Font Face */
font-size: 12px; /* Font Size */
color: #63943B; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
width: 20%;}

.RightColumn
{
font-family: Arial; /* Font Face */
font-size: 12px; /* Font Size */
color: #63943B; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
background-color: ; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
width: 20%;}

.RightColumnText
{
font-family: Arial; /* Font Face */
font-size: 12px; /* Font Size */
color: #63943B; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
width: 20%;}

.Footer
{
font-family: Arial; /* Font Face */
font-size: 10px; /* Font Size */
color: #999999; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: ; /* Background color */
text-align: Right; /* Align Text */
vertical-align: Middle; /* Align Text */
}

.FooterText
{
font-family: Arial; /* Font Face */
font-size: 10px; /* Font Size */
color: #999999; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Right; /* Align Text */
vertical-align: Middle; /* Align Text */
}

.Instructions
{
font-family: Arial; /* Font Face */
font-size: 11px; /* Font Size */
color: #333333; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #DFDFDF; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Arial; /* Font Face */
font-size: 11px; /* Font Size */
color: #FF8000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Center; /* Align Text */
}

.Messages
{
font-family: Arial; /* Font Face */
font-size: 11px; /* Font Size */
color: #FF8000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Center; /* Align Text */
}

.Headings
{
font-family: Arial; /* Font Face */
font-size: 16px; /* Font Size */
color: #63943B; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
font-family: Arial; /* Font Face */
font-size: 11px; /* Font Size */
color: #333333; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
line-height: 16px;
}

.ContentTableHeader
{
font-family: Arial; /* Font Face */
font-size: 12px; /* Heading Font Size */
color: White; /* Heading Font Color */
font-weight: Normal; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #63943B; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: Silver;
}

.ContentTableHorizontal
{
background-color: Silver;
}

a {	text-decoration: none; color: #63943B; }
a:hover { text-decoration: underline }

.SideBarHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: Center;
}

</Style>
