BODY	



/* PAGE LINK CODE */


a:link		{ color: #632F00; text-decoration: none; }

a:visited	{ color: #632F00; text-decoration: none; }

a:active	{ color: #632F00; text-decoration: none; }

a:hover		{ color: #996600; text-decoration: none; }




/* THE NEXT LINE CONTROLS THE FONT SIZE FOR ALL PAGES */

TABLE 		{ COLOR: #632F00; FONT: 13px arial, verdana, sans-serif; font-weight: normal; }

.title 		{ COLOR: #632F00; FONT: 42px times new roman; font-weight: bold; }

.heading 2 	{ COLOR: #632F00; FONT: 26px arial, verdana, sans-serif; font-weight: bold; }

.subtitle	{ COLOR: #663300; FONT: 18px times new roman; font-style: italic; font-weight: normal; }

.phonetitle 	{ color: #7E6C4E; font: 15px arial, verdana, sans-serif; font-weight: bold; }

.footer		{ COLOR: #632F00; FONT: 11px arial, verdana, sans-serif; font-weight: normal; }

.testimonial	{ COLOR: #339900; FONT: 11px verdana, arial, sans-serif; font-style: italic; font-weight: bold; }

.list 		{ COLOR: #996600; FONT: 13px arial, verdana, sans-serif; font-weight: normal; }


.formmargin		{ margin: 0px; }

.just 			{ text-align: justify; }








/* START THE CODE FOR THE MENUS */


.menu		{ font-family: arial, verdana, helvetica, sans-serif;
		  font-size: 11px;
		  font-weight: normal;
		  letter-spacing: 1px;
		  padding-top: 2px;
		  padding-bottom: 2px;
		  padding-left: 5px;
		  padding-right: 5px;
		  margin-right: 5px;
		  cursor:pointer;
		  text-align: right;
		  display: block;
		  line-height: 16px;
		  white-space:nowrap;
		  }


a.menu:link 	{ background-color:#FFFFFF;
		  color: #632F00; }


a.menu:visited 	{ background-color:#FFFFFF;
		  color: #B5B5C8; }


a.menu:active 	{ background-color:#FFFFFF;
		  color: #B5B5C8; }


a.menu:hover 	{ background-color:#FFFFFF;
		  color: #FFFFFF;
		  border: #CCA459 1px solid; }



