<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
background-color: ; /* Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.GeneralTable
{
background-color: ; /* Background Color */
}

.TopBanner
{
	font-family: Trebuchet MS; /* Font Face */
	font-size: 16pt; /* Font Size */
	color: #660000; /* Font Color */
	font-weight: Bold; /* Font Style */
	text-decoration: none;
	font-style: normal; /* FontStyle */

background-color: ; /* Background color */
	text-align: Left; /* Align Text */
	background: #FFCC99;
}

.TopSubBanner
{
	font-family: Trebuchet MS; /* Font Face */
	font-size: 16pt; /* Font Size */
	color: #660000; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;

background-color: ; /* Background color */
	text-align: Center; /* Align Text */
	background: #ffcc99;
}

.TopSubBannerText
{
font-family: Trebuchet MS; /* Font Face */
font-size: 9pt; /* Font Size */
color: #660000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
}

.LeftColumn
{
	font-family: Trebuchet MS; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #660000; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;

background-color: ; /* Background color */
	text-align: Left; /* Align Text */
	vertical-align: Top; /* Align Text */
	width: 152px;
	background: #ffcc99;
}

.LeftColumnText
{
font-family: Trebuchet MS; /* Font Face */
font-size: 8pt; /* Font Size */
color: #660000; /* 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: 152px;}

.RightColumn
{
	font-family: Trebuchet MS; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #660000; /* Font Color */
	font-style: normal; /* Font Style */
	font-weight: Normal; /* Font Style */
	text-decoration: none;

background-color: ; /* Background color */
	text-align: Left; /* Align Text */
	vertical-align: Top; /* Align Text */
	width: 208px;
	background: #FFFFFF;
}

.RightColumnText
{
	font-family: Trebuchet MS; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #660000; /* 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: 208px;
	background: #ffffff;
}
.RightColumnTextFFCC99 {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #660000;
	background-color: #FFCC99;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}


.Footer
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #C6BFA5; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #000000; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.FooterText
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #C6BFA5; /* 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: Trebuchet MS; /* Font Face */
font-size: 8pt; /* Font Size */
color: #660000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Arial; /* 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: Arial; /* 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: Trebuchet MS; /* Font Face */
font-size: 10pt; /* Font Size */
color: #660000; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
font-family: Trebuchet MS; /* Font Face */
font-size: 10pt; /* Font Size */
color: #660000; /* 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 */
}
.Content_ffcc99 {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	color: #660000;
	background-color: #FFCC99;
}
.Content_white {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #660000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}


.ContentTableHeader
{
font-family: Trebuchet MS; /* Font Face */
font-size: 10pt; /* Heading Font Size */
color: #660000; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: ;
}

.ContentTableHorizontal
{
background-color: ;
}

</Style>
.BasicText {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
}
.BasicText {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #660000;
}
.BasicText10pt {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #660000;
}
