<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: Verdana; /* 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: Verdana; /* 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 */
	background-image: none; /* Background Image */
	text-align: center; /* Align Text */
}

.TopSubBannerText
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: ; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
}

.LeftColumn
{
	font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: ; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: ; /* Background color */
background-image: none; /* Background Image */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 25%;
}

.LeftColumnText
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: White; /* 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: 25%;
}

/* Custom styles by Structured Solutions - www.structured-solutions.net
   These styles are used by the Navigator Control.
*/

/* This class is applied to the entire Navigator control. Use it to
   set the overall width, etc.                                       */	
.navigator {
  cursor: hand;    /* For Internet Explorer */
  cursor: pointer; /* For every other browser */
}

/* These classes are used to define the appearance of each menu item */
.categorybox {
	background: #0C0DA5;
	border-bottom: #FFFFFF 1px solid;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Sans-Serif; 
	font-size: 8pt; /* Font Size */
	padding: 5px;
	width: 100%;
}

.overcategorybox {
	background: #1112E1;
	border-bottom: #FFFFFF 1px solid;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 8pt; /* Font Size */
	padding: 5px;
	width: 100%;
}

.overselectedcategorybox {
	background: #1112E1;
	border-bottom: #FFFFFF 1px solid;
	color: #FFFFFF;
	text-decoration: none;
	font: bold Arial, Sans-Serif;
	font-size: 8pt; /* Font Size */
	padding: 5px;
	width: 100%;
}

.overselectedsubcategorybox {
	background: #2E2FFA;
	border-bottom: #000080 1px solid;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 8pt; /* Font Size */
	font-weight: bold;
	padding: 5px;
	width: 100%;
}

.oversubcategorybox {
	background: #2E2FFA;
	border-bottom: #000080 1px solid;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 8pt; /* Font Size */
	padding: 5px;
	width: 100%;
}

.selectedcategorybox {
	background: #2E2FFA;
	border-bottom: #FFFFFF 1px solid;
	color: #FFFFFF;
	text-decoration: none;
	font: bold Arial, Sans-Serif;
	font-size: 8pt; /* Font Size */
	padding: 5px;
	width: 100%;
}

.selectedsubcategorybox {
	background: #2E2FFA;
	border-bottom: #FFFFFF 1px solid;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 8pt; /* Font Size */
	font-weight: bold;
	padding: 5px;
	width: 100%;
}

.subcategorybox {
	background: #B91205;
	border-bottom: #FFFFFF 1px solid;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 8pt; /* Font Size */
	padding: 5px;
	width: 100%;
}

/* These classes are used to hide the anchor tags so they look like buttons */
.categorybox a, .subcategorybox a, .overcategorybox a, .selectedcategorybox a, .selectedsubcategorybox a {
	color: #FFFFFF;
	text-decoration: none;
}

.overselectedcategorybox a, .oversubcategorybox a, .overselectedsubcategorybox a {
	color: #FFFFFF;
	text-decoration: none;
}

.RightColumn
{
	font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: ; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
background-color: ; /* Background color */
background-image: none; /* Background Image */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: px;
}

.RightColumnText
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: ; /* 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: px;
}

.Footer
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: ; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: ; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */

}

.FooterText
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: ; /* 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: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: ; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}


.ErrorMessages
{
	font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: ; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
	background-image: none; /* Background Image */
	text-align: center; /* Text Align */
}

.Messages
{
	font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: ; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
	background-image: none; /* Background Image */
	text-align: center; /* Text Align */
}

.Headings
{
	font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: ; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}

.Inputs
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: black; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
}

.Content
{
	font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: ; /* 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 */

}

.AlternatingContent
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: black; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}


.ContentTableHeader
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Heading Font Size */
color: ; /* 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: ;
}