<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.GeneralTable
{
	background-color: White;
}

.TopBanner
{
font-family: Arial; /* Font Face */
font-size: 28pt; /* Font Size */
color: Blue; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: White; /* Background color */
text-align: right; /* Align Text */
}

.TopSubBanner
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #333333; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: White; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBannerText
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #333333; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Left; /* Align Text */
}

.LeftColumn
{
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	text-align: Left;
	vertical-align: Top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.LeftColumnText
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #333333; /* 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: 124px;}

.RightColumn
{
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
	font-style: normal;
	font-weight: Normal;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	width: 120px;
	background-color: #FFFFFF;
	}

.RightColumnText
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #333333; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
text-align: Right; /* Align Text */
vertical-align: Top; /* Align Text */
width: 120px;}

.Footer
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #333333; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: White; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.FooterText
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: White; /* 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; /* Font Face */
font-size: 9pt; /* Font Size */
line-height: 13pt;
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 */
}

.ErrorMessages
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #FFFFFF; /* Font Color */
line-height: 13pt;
font-weight: bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #990000; /* Background color */
text-align: Right; /* Align Text */
}

.Messages
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #FFFFFF; /* Font Color */
line-height: 13pt;
font-weight: bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #666666; /* Background color */
text-align: Center; /* Align Text */
}

.Headings
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #333333; /* 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: Arial;
	font-size: 9pt;
	color: #333333;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	text-align: Left;
	line-height: 13pt;
}

.ContentR
{
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	text-align: Right;
	line-height: 13pt;
}

.ContentTableHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background-color: #fff;
	background-image: url('none');
	text-align: left;
	text-transform: lowercase;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #999999;
}

.ContentTable
{
	background-color: #999999;
}
.ContentTableHorizontal
{
	background-color: #999999;
}


link {
	text-decoration: none;
	color: #990000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}



A:hover {
	COLOR: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	}

</Style>; 	