body {
	background-image: url(Images/BG2.jpg);
	background-repeat: repeat-x;
	background-color: rgb(223,212,182);
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(73,73,73);
	font-size: 12px;
}
#formLeft tr td {
	text-align: left;
}
.asterisk {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(180,0,0);
}
.navTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: rgb(255,255,255);
	text-decoration: none;
}
a.navTop:link, a.navTop:active, a.navTop:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: rgb(255,255,255);
	text-decoration: none;
}
a.navTop:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: rgb(255,165,35);
	text-decoration: underline;
}
.navBttm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: rgb(25,90,155);
	text-decoration: none;
}
a.navBttm:link, a.navBttm:active, a.navBttm:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: rgb(25,90,155);
	text-decoration: none;	
}
a.navBttm:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: rgb(65,65,65);
	text-decoration: underline;	
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(25,90,155);
	font-weight: bold;
	text-decoration:none;
}
a.copyright:link, a.copyright:active, a.copyright:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(25,90,155);
	font-weight: bold;
	text-decoration: none;
}
a.copyright:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(65,65,65);
	font-weight: bold;
	text-decoration: underline;
}.tblHdrListPrprty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: rgb(20,80,135);
}

/* form formatting */
.textfield_effect {
/* we will first set the border styles.*/
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
/* we are now going to add in the shadow image that we created earlier*/
	background-image: url(Images/BGformField.gif);
	background-repeat: no-repeat;
/* I am going to add some text formatting of my own*/
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 174px;
	height: 15px;
}
/*we are now going to style how the textfield will look when we
hover over it and when we actually have it selected*/
.textfield_effect:hover {
	border-color: #64acd8;
	border-width: 1px;
}
.textfield_effect:focus {
	border-color: #64acd8;
	border-width: 1px;
}
/*you may also like to add some styles for the rest of the form*/
fieldset {
	width: 174px;
	height: 200px;
	border-style: solid;
	border-width: 1px;
	border-color: #036399;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5F5F5;
}
fieldset:hover {
	border-color: #0ca0ff;
}
legend {
	font-family: sans-serif;
	font-size: 11px;
	color: #097bc3;
}
.goldHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: rgb(210,140,5);
	line-height: 25px;
}
.gold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(230,90,10);
	text-decoration: none;
}
a.gold:link, a.gold:active, a.gold:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(230,90,10);
	text-decoration: none;
}
a.gold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(210,140,5);
	text-decoration: underline;
}
.brightGoldHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: rgb(235,165,25);
	line-height: 25px;
}
.brightBluHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: rgb(15,90,165);
	line-height: 25px;
}
.brightBlu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(15,90,165);
}

