@import url("custom.css");
@import url("custom-pd.css");
<Styles>/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
background-image: url(images/bgwt_grad_bg.jpg); /* Background Color */
background-repeat: repeat-x;
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.GeneralTable
{
background-color: ; /* Background Color */

}

#pageSubTable
{
	border-left: 2px solid #e9e3d3; /* Main Page Border */
	border-right: 2px solid #e9e3d3; /* Main Page Border */
	border-bottom: 2px solid #e9e3d3; /* Main Page Border */
}

.TopBanner
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* 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: 11pt; /* Font Size */
color: #000; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #FFF; /* Background color */
text-align: Center; /* Align Text */
}

.TopSubBannerText
{
font-family: Arial; /* Font Face */
font-size: 11pt; /* Font Size */
color: #000; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
}

.LeftColumn
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #FFF; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 19%;
}

.LeftColumnText
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #000000; /* 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: 19%;}

.RightColumn
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #000000; /* 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: 1%;
}

.RightColumnText
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #000000; /* 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: 1%;}

.Footer
{
font-family: Vivaldi; /* Font Face */
font-size: 16pt; /* Font Size */
color: #000; /* 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: Vivaldi; /* Font Face */
font-size: 16pt; /* Font Size */
color: #000; /* 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: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #000000; /* 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: 10pt; /* Font Size */
color: #580202; /* 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: 10pt; /* Font Size */
color: #580202; /* 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: 12pt; /* Font Size */
color: #580202; /* 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 */
}

.HeadingsCenter
{
	font-family: Arial; /* Font Face */
	font-size: 12pt; /* Font Size */
	color: #580202; /* 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 */
}
.Headings14
{
font-family: Arial; /* Font Face */
font-size: 14pt; /* Font Size */
color: #580202; /* 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: Arial; /* Font Face */
font-size: 12px; /* Font Size */
color: Black; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTableHeader
{
font-family: Arial; /* Font Face */
font-size: 11pt; /* Heading Font Size */
color: #FFF; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #580202; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: #580202;
}

.ContentTableHorizontal
{
background-color: #580202;
}

.contentWhite {
	color: #FFFFFF;
}

/* added by practicallyDutch  */

.maroonTableHeader {
	color: #FFFFFF;
	background-color: #330000;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;	
}
.maroonTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;

}
.greenTableCell {
	background-color: #006633;
	color: #FFFFFF;
	font-weight: bold;
}

.mixedTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tanCell {
	background-color: #CCCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

</Styles>


