<Style>/* Default CSS Stylesheet for a new Web Application project */{}

body {
	background-color: #390C00;
	background-image: url(images-site/backgroundFade.gif);
	padding-top: 0px;
}

.GeneralPage
{
background-color: #4D3B31; /* Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: -10px; /* Margins */
}

.GeneralTable
{
background-color: White; /* Background Color */
}

.TopBanner
{
font-family: Arial; /* Font Face */
font-size: 28pt; /* Font Size */
color: #B67A51; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #E7E3D7; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: ; /* Background color */
text-align: Center; /* Align Text */
}

.TopSubBannerText
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #E7E3D7; /* 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: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #DCBE92; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 22%;}

.LeftColumnText
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* 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: 22%;}

.RightColumn
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
background-color: #B19D78; /* Background color */
text-align: Right; /* Align Text */
vertical-align: Top; /* Align Text */
width: 16%;}

.RightColumnText
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
text-align: Right; /* Align Text */
vertical-align: Top; /* Align Text */
width: 16%;}

.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: White; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.FooterText
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.FooterBar {
	background-color: #A93A0C;
}

.Instructions
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #B67A51; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #EEEBDC; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Arial; /* Font Face */
font-size: 14pt; /* Font Size */
color: #CB302E; /* 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: #CB302E; /* 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: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #2F251C; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #645143; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.Price
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #800000; /* Font Color */
/*color: #645143;  Font Color */
font-weight: Bold; /* 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: 10pt; /* Heading Font Size */
color: #000000; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #776251; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: #776251;
}

.ContentTableHorizontal
{
background-color: #776251;
}

a.FooterLink:link {
font-family:Arial, Helvetica, sans-serif;
color: #800000;
text-decoration:none;
font-size:12px;
}

a.FooterLink:visited {
font-family:Arial, Helvetica, sans-serif;
color: #800000;
text-decoration:none;
font-size:12px;
}

a.FooterLink:active {
font-family:Arial, Helvetica, sans-serif;
color: #800000;
text-decoration:underline;
font-size:12px;
}

a.FooterLink:hover {
font-family:Arial, Helvetica, sans-serif;
color: #800000;
text-decoration:underline;
font-size:12px;
}

a.StaticLink:link {
color: #800000;
text-decoration:none;
}

a.StaticLink:active {
color: #800000;
text-decoration:none;
}

a.StaticLink:visited {
color: #800000;
text-decoration:none;
}

a.StaticLink:hover {
color: #800000;
text-decoration:underline;
}

a.FooterLink:visited {
color: #800000;
text-decoration:none;
}

a.FooterLink:hover {
color: #800000;
text-decoration:underline;
}

TD.leftCellLight {
	padding-left:14px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #E6D2B4;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #776251;
}

TD.leftCellDark {
	padding-left:14px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #DCBE92;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #776251;	
}

TD.leftCellHeader {
	padding-left:0px;
/*	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #DCBE92;*/
	background-color: #CCA05E;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #776251;	
}

A.leftNav {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #776251;
	text-decoration: none;
}

A.leftNav:visited {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #776251;
	text-decoration: none;
}

A.leftNav:hover {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #776251;
	text-decoration: underline;
}

a.columnRightSearch:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

a.columnRightSearch:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

a.columnRightSearch:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

a.columnRightSearch:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FCA611;
	text-decoration: none;
}

td.columnRight {
	background-color: #B19D78;
}

td.columnLeft {
	background-color: #DCBE92;
}

.homeContent
{
 /* Font Face */
font-family: Arial, Geneva, Helvetica, sans-serif;
font-size: 12px; /* Font Size */
color: #645143; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
letter-spacing: 1px;
line-height: 22px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}

.topText {
	 letter-spacing: 2px;
	 font-size: 12px;
	 font-family: Arial, Helvetica, sans-serif;
	 font-weight: normal;
	 line-height: 1px;
	 color: #A93A0C;
	 vertical-align: Bottom; /* Align Text */
	 white-space: nowrap;
}

td.hzMenuBar {
	background-color: #B53F1E;
	line-height: 20px;
}

table.outerTable { 
	border: 1px solid #AA3B0E;
	background-color: #AA3B0E;
	}

table.subTable { 
	border: 1px solid #AA3B0E;
	}

.outerBorder {
	background-color: #AA3B0E;
}

.FooterFont {
font-family:Arial, Helvetica, sans-serif;
color:#544F4B;
text-decoration:none;
font-size:12px;
}

.FooterText {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
font-weight:normal;
}

.FooterTextBig {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:16px;
font-weight: bold;
}

.FooterHeader {
color: #004000
}

.FooterHeaderBig {
color: #004000;
font-size: 18px
}

.FooterSmall {
font-size: 10px
}

A {
  color: Red;
  text-decoration: none;
}

a:visited {
  	color: Red;
	text-decoration: none;
}

A:hover {
  color: Red;
  text-decoration: underline;
}

</Style>