﻿

.header
{
      background: url(../images/Forms/HomePg.gif);
      width: 900px;
      height: 195px;
      cursor: pointer;
      cursor: hand;
}

.mainBorder
{ 
	border-right: #de7a1c 2px solid;
	border-left: #de7a1c 2px solid;
}

.footer
{
      background: url(../images/Forms/Footer.gif);
      width: 900px;
      height: 90px;
}

.WBackground
{
	background-position: left bottom;
	background-image: url(../images/Forms/W.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}

.topNav
{
	text-transform: uppercase;
	height: 31px;
	width: 826px;
	background-image: url(../images/Forms/Bar.gif);
	background-repeat: repeat-x;
}

A
{
	color: #fcc086;
	text-decoration: none;
}

A:hover
{
	color: #e9d666;
	text-decoration: none;
}

.contentBackground
{
	background-image: url(../images/Forms/Gradient.gif);
	background-repeat: repeat-y;
}

.LeftText TD
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	width: 200px;
	font-weight: bold;
	font-size: 13pt;
	text-transform: uppercase;
	color: #d4b595;
	font-family: 'Arial';
	text-align: right;
	vertical-align: baseline;
}

.LeftTextSel
{
	color: #e9d666;
}

.LeftUnderline
{
	border-bottom: solid 3px #e08128;
}


.RigthText
{
	font-size: 10pt;
	line-height: 16pt;
	color: #de7a1c;
	font-family: 'Arial';
	text-align: left;
}