   html, body{
      height:100%;
      margin: 0;
      padding:10px;
   }

	
body {
	background-image:  url(../images/bg.gif);
}
.tdleft
{
background-image:url("../images/left-bg.gif");
background-position: right left;
background-repeat:repeat-y;
background-color:#605f5a;
}
.hometext
{
font-family:tahoma;
font-size:11px;
color:#ffebbc;
padding:10px;
text-align:left;
}
.enlight
{
color:#f9af83;
}
.graytext
{
font-family:tahoma;
font-size:10px;
color:#8a8986;
}
.goldlink
{
font-family:tahoma;
font-size:10px;
color:#AECAE6;
text-decoration:none;
}
.goldlink:hover
{
font-family:tahoma;
font-size:10px;
color:#ffebbc;
text-decoration:none;
}

a
{
font-family:tahoma;
color:#243664;
text-decoration:none;
}
a:hover
{
font-family:tahoma;
color:#FDA700;
text-decoration:none;
}

.graylink
{
font-family:tahoma;
font-size:10px;
color:#A6A6A6;
text-decoration:none;
}
.graylink:hover
{
font-family:tahoma;
font-size:10px;
color:#ffebbc;
text-decoration:none;
}
.textdarkgray
{
font-family:tahoma;
font-size:11px;
color:#2f2e21;
}
.tdbottom
{
border-bottom:1px dotted #706f6c;
}
.maintext
{
font-family:tahoma;
font-size:11px;
color:#633012;
}
h1
{
font-family:tahoma;
font-size:16px;
color:#9f5b33;
}
.borderback
{
color:#9f5b33;
border-bottom:1px solid #a2a29f;
border-left:1px solid #a2a29f;
padding:5px;
font-weight:bold;
}
.divpadleft
{
padding-left:10px;
}


.form-body {
	/*background-color: #FFFFFC; */
}
.form-main-table{
	background-image:url("../images/bg-main.jpg");
	background-color:#F1F1F1;
	background-repeat:repeat-x;
	background-position:top;	
}
.form-title {
	font-family: Tahoma;
	font-size: 16px;
	color: #003366;
}
.form-description {
	font-family: Tahoma;
	font-size: 11px;
	color:#003366;
}
.form-text {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
	font-weight:bold;
}
.form-select {
	font-family: Tahoma;
	font-size: 11px;
	color:#990000;
	width: 120px;
}
.form-input-text {
	font-family: Tahoma;
	font-size: 11px;
	color:#336699;
}
.form-text-area {
	font-family: Tahoma;
	font-size: 11px;
	color:#FF9900;
}

