<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 */
background-image: url(images/BG_01.gif);
}

.GeneralTable
{
background-color: #000033; /* Background Color */
}

.TopBanner
{
font-family: Verdana; /* Font Face */
font-size: 1pt; /* Font Size */
color: #5C7987; /* Font Color */
font-weight: Normal; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: #000033; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: Silver; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #000033; /* Background color */
text-align: Center; /* Align Text */
}

.LeftColumn
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #9999ff; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: ; /* Background color */
background-image: url(images/BG.gif); /* Background Image */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.RightColumn
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #9999ff; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
background-color: ; /* Background color */
background-image: url(images/BG.gif); /* Background Image */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
}

.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: #000033; /* Background color */
background-image: url(images/images/BottomBar.gif); /* Background Image */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Instructions
{
font-family: "MS UI Gothic"; /* 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: #FFCC99; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: #C90D4F; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFF99; /* 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: #FFFFFF; /* Background color */
text-align: Center; /* Align Text */
}

.Headings
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: 000033; /* 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: "MS UI Gothic";
	font-size: 10pt;
	color: #666666;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: Left;
	line-height: 16px;
}

.ContentTableHeader
{
	font-family: "MS UI Gothic";
	font-size: 9pt;
	color: #9999ff;
	font-weight: Bold;
	font-style: normal;
	text-decoration: none;
	background-color: 000033;
	text-align: center;
	background-position: center;
}

.ContentTable
{
	background-color: #000033;
}

.ContentTableHorizontal
{
	background-color: #000033;
}

.PageNumbers
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	background-color: #CCCCFF;
} 



</Style>
