<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
background-color: ;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

.GeneralTable
{
background-color: ;
	background-color: #FFFFFF;

}

.TopBanner
{
font-family: Arial; /* Font Face */
font-size: 1pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
	text-decoration: none;


background-color: ; /* Align Text */
	left: 0px;
	top: 110px;


}

.LeftColumn
{
	text-decoration: none;

background-color: ; /* Align Text */
	width: 10%;
	left: 10px;
}

.RightColumn
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: Navy; /* Font Color */
font-style: normal; /* Font Style */
text-decoration: none;
background-color: ; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
width: 15%;}

.Footer
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: Navy; /* 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 */
}

.Instructions
{
	font-family: Arial;
	font-size: 11pt;
	color: Black;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;

background-color: ; /* Background color */
	text-align: Left;
	background: #99FFCC;

}

.ErrorMessages
{
font-family: Arial; /* Font Face */
font-size: 12pt; /* Font Size */
color: Red; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Center; /* Align Text */
}

.Messages
{
font-family: Arial; /* Font Face */
font-size: 12pt; /* Font Size */
color: Navy; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Center; /* Align Text */
}

.Headings
{
font-family: Arial; /* Font Face */
font-size: 120%; /* Font Size */
color: #004F00; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: Underline; /* Font Style */
background-color: ; /* Background color */
text-align: Center; /* Align Text */
}

.Content
{
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: 004f00;
	font-style: normal;
	text-decoration: none;


background-color: ; /* Background color */
	text-align: Left;


}

.ContentTableHeader
{
font-family: Arial; /* Font Face */
font-size: 12pt; /* Heading Font Size */
color: Navy; /* 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: ;
}
.SubHeading {

font-family: "Times New Roman", Times, serif; /* Font Face */
font-size: 125%; /* Font Size */
color: #004F00; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Center; /* Align Text */
}
.Sub2Heading {


font-family: Arial; /* Font Face */
font-size: 110%; /* Font Size */
color: #004F00; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: left; /* Align Text */
}
</Style>

