<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
background-color: white; /* Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.GeneralTable
{
background-color: #5C7987; /* Background Color */
}

.TopBanner
{
font-family: Verdana; /* Font Face */
font-size: 28pt; /* Font Size */
color: #0000A0; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: #FFFFFF; /* Background color */
text-align: Center; /* Align Text */
}

.TopSubBanner
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #0000A0; /* Background color */
text-align: Center; /* Align Text */
}

.TopSubBannerText
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
}

.LeftColumn
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #D8E0E3; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 100px;}

.LeftColumnText
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* FontStyle */
text-decoration: none;
text-align: left; /* Align Text */
vertical-align: middle; /* Align Text */
width: 120px;}

.RightColumn
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: Black; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
background-color: #D8E0E3; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 100px;}

.RightColumnText
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: Black; /* 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: 100px;}

.Footer
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #D8E0E3; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: Silver; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.FooterText
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #D8E0E3; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Instructions
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #D8E0E3; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Verdana; /* 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 */
}

.Messages
{
font-family: Verdana; /* 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: #DADADA; /* 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
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* 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 */
}

.ContentTableHeader
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Heading Font Size */
color: Black; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #D8E0E3; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: #8D8E8D;
}

.ContentTableHorizontal
{
background-color: #8D8E8D;
}

.SectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #D8E0E3;
	border: 1px solid #999999;
	text-align: center;
	height: 15px;
}

.SectionBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border-top: 0px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}



.LeftMenuTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.BoldLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.BoldLink:link {text-decoration: none; color:#000777;}
a.BoldLink:visited {text-decoration: none; color:#000777;}
a.BoldLink:active {text-decoration: none; color:#000777;}
a.BoldLink:hover {text-decoration: underline; color:#000777;}

.StdLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;

}
a.StdLink:link {text-decoration: none; color:#000777;}
a.StdLink:visited {text-decoration: none; color:#000777;}
a.StdLink:active {text-decoration: none; color:#000777;}
a.StdLink:hover {text-decoration: underline; color:#000777;}
.price {
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
	font-weight: Bold;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: Left;
	background-position: right;
}
.BigBoldLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-position: right;
	color: #000066;
}
