/* page */
body
{
    background-color: #FFFFFF;
    background-image: url(../images/common/bg.gif);
    color: #000000;
    margin: 0px;
}

TEXT { font-family:arial; font-size:12px; }
a:link {  text-decoration:none; color:#813213; text-decoration:none; font-weight:bold; font-family:arial; font-size:12px; }
a:visited { text-decoration:none; color:#813213; font-weight:bold; font-family:arial; font-size:12px; color:#813213; }
a:hover {}
a:active { text-decoration:none; font-weight:bold; font-family:arial; font-size:12px; }

li ol { margin:0px; }

TABLE#allEncompass { }
TABLE.allEncompass { width:740px; height:100%; }

	TD#titleArea {  }
	TD.titleArea { text-align:center; height:116px; background:url(/images/logo.png) bottom center no-repeat; }	
	
	
	TD#bodyArea { }
	TD.bodyArea { }
		
		TABLE#bodyTBL { }
		TABLE.bodyTBL { height:100%; }
		TABLE.bodyTBL TD { text-align:left; }
		TABLE.bodyTBL p:first-letter { font-size:24px; font-weight:bold; }
			
			TD#leftTD { }
			TD.leftTD { padding-top:30px; vertical-align:top; height:100%; width:150px;  }
			TABLE.menuTBL { padding-top:15px; }
			TABLE.menuTBL TD { padding-bottom:15px; padding-left:15px; }
			TABLE.menuTBL a { }
			
			TD#bodyTD { }
			TD.bodyTD { height:100%; vertical-align:top; text-align:center; }
			
			TD#rightTD { }
			TD.rightTD { vertical-align:top; height:100%; width:100px;  }
			
		/*End Table BodyTBL*/
			
	TD#footArea { }
	TD.footArea { text-align:center; height:50px; }
		TABLE.footTBL { text-align:center; }
		TABLE.footTBL TD { font-weight:bold; font-size:12px;}
		TABLE.footTBL a { }
	
/*End Table allEncompass*/


/* Generic Form */
TABLE.formTBL { border:1px solid #e3e3e3; width:90%; font-family:verdana; }
TABLE.formTBL TD { padding:5px; }
TD.formHeadingTD { font-size:20px; text-align:center ! important; font-weight:bold; }
TD.formSubHeadingTD { font-size:16px; font-weight:bold; }
TD.formHeaderTD { font-size:11px; font-weight:bold; }
TD.formInfoTD { font-size:11px; border-top:1px dotted #e3e3e3; border-bottom:1px dotted #e3e3e3; font-style:italic; }
TD.formInputTD { }
INPUT.formInputTXT { background:transparent; border:1px solid #813213; color:#813213; }
TEXTAREA.formInputTA { background:transparent; border:1px solid #813213; color:#813213; width:400px; }
TD.formSubmitTD { border:1px dashed #813213; text-align:right ! important; width:100%; }
INPUT.formInputSubmit {  }

TABLE.imageTBL { width:90% }
TABLE.imageTBL THEAD TD { text-align:center; border:1px solid #813213; background:ghostwhite; font-weight:bold; color:black; font-size:18px; }
TABLE.imageTBL TBODY TD { text-align:center; border:1px solid #813213; padding:5px; color:#813213; text-decoration:none; font-weight:bold; font-family:arial; font-size:12px; }
