<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: #FFFFFF;
}

.GeneralTable
{
background-color: ; /* Background Color */
}

.TopBanner
{
font-family: Arial; /* Font Face */
font-size: 28pt; /* Font Size */
color: ; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: ; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}

.LeftColumn
{
	font-family: Arial;
	font-size: 10pt;

color: ; /* Font Style */
	font-style: normal;
	text-decoration: none;

background-color: ; /* Align Text */
	width: 14.5%;
	padding-right: 10px;
}

.RightColumn
{
	font-family: Arial;
	font-size: 8pt;


color: ; /* Font Color */
	font-style: normal;
	text-decoration: none;


background-color: ;			width: 15%;
	padding-left: 0px;
	text-align: left;

}

.Footer
{
	font-family: Arial;
	font-size: 10pt;
color: ; /* Font Style */
	font-style: normal;
	text-decoration: none;
background-color: ;
	color: Navy;
}

.Instructions
{
	font-family: Arial;
	font-size: 10pt;
color: ; /* Font Style */
	font-style: normal;
	text-decoration: none;
background-color: ;
	color: #000000;
	height: 85%;
	width: 95%;
	background: #DAFCDC;
}

.ErrorMessages
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: Red; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Align Text */
}

.Messages
{
	font-family: Arial;
	font-size: 10pt;
color: ; /* Font Style */
	font-style: normal;
	text-decoration: none;
background-color: ;
	color: #000000;
}

.Headings
{
font-family: Arial; /* Font Face */
font-size: 16pt; /* Font Size */
color: Navy; /* Font Color */
font-weight: bolder; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: underline; /* Font Style */
background-color: ; /* Background color */
text-align: Center; /* Align Text */
}

.Content
{
	font-family: Arial;
	font-size: 10pt;
	color: Navy;
	font-style: normal;
	text-decoration: none;


background-color: ;


}

.ContentTableHeader
{
font-family: Arial; /* Font Face */
font-size: 14pt; /* Heading Font Size */
color: Navy; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: ; /* Align Text */
}

.ContentTable
{
background-color: ;
}

.ContentTableHorizontal
{
background-color: ;
}
.ContentBorder {
	border: thin solid #0585E2;
}
</Style>
