body 	{ margin: 0px 0px 0px 0px;
	  background: #7E391A;
	  font-family: calibri, tahomam, arial, verdana;
	  font-size: 11pt;
	  text-align: left;
	  font-style: normal;
	  font-weight: normal; 
	  color: #333333;
	  }





h1	{ color: #7E391A; font-family: Trebuchet MS, trebuchet, tahoma, calibri;
	  font-size: 14pt; font-weight: normal;
	  margin-bottom: 10px; margin-top: 0px; }
h2	{ color: #7E391A; font-family: Trebuchet MS, trebuchet, tahoma, calibri;
	  font-size: 14pt; font-weight: normal;
	  margin-bottom: 6px; margin-top: 0px; }
h3	{ color: #7E391A; font-family: calibri, Trebuchet MS, trebuchet, tahoma, calibri;
	  font-size: 11pt; font-weight: bold;
	  margin-bottom: 6px; margin-top: 0px; }






.BG_title	{ background-image: url(images/BG_title.jpg); background-repeat: no-repeat;
		  background-position: top left;
		  }
.BG_body	{ background-image: url(images/BG_body.gif); background-repeat: no-repeat;
		  background-position: top right;
		  }



.tfooter	{ color: #D7A189; font-size: 10pt; }

.tred		{ color: #F40000; }
.torange	{ color: #FF6701; }
.tyellow	{ color: #DCEB31; }
.twhite		{ color: #FFFFFF; }
.tgrey		{ color: #999999; }
.tlgrey		{ color: #CCCCCC; }
.tblack		{ color: #000000; }



.p-l		{ padding-left:   40px; }
.p-t		{ padding-top:    40px; }
.p-r		{ padding-right:  40px; }
.p-b		{ padding-bottom: 40px; }
.p-l10		{ padding-left:   10px; }
.p-t10		{ padding-top:    5px; }
.p-r10		{ padding-right:  10px; }
.p-b10		{ padding-bottom: 10px; }

.imgBorder	{ border: #999999 1px solid; }
.imgAlign	{ vertical-align: middle; }



HR	{ color: #000000; width: 100%; height: 1px; }
TD	{ font-family: calibri,tahoma,arial,verdana; font-size: 11pt; line-height: 1.4 }





a.black		{ font-family: calibri,tahoma,arial,verdana;  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #000000;
		  }
a.black:hover	{ font-family: calibri,tahoma,arial,verdana;  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #7E391A;
		  }
a.footer	{ font-family: calibri,tahoma,arial,verdana;  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #D7A189;
		  }
a.footer:hover	{ font-family: calibri,tahoma,arial,verdana;  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #FFFFFF;
		  }







#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 5px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 1px solid black;
border-bottom: 1px solid black;
visibility: hidden;
}
.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 0px 0px;
}
