BODY	{
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #000000;
   FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 12px;
	}



a:link		{ color: #174B87; text-decoration: none }

a:visited	{ color: #003399; text-decoration: none }

a:active	{ color: #666666; text-decoration: none }

a:hover		{ color: #6699FF; text-decoration: underline }




 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */
TABLE		{ COLOR: #666666; FONT: 12px verdana, arial, sans-serif }

.title		{ COLOR: #000000; FONT: 12pt arial, sans-serif; font-weight: bold }

.biglink 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: none }

.biglink:hover 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: underline }

.link   	{ FONT: 12px arial; font-weight: bold; font-style: italic; TEXT-DECORATION: underline }

.italic 	{ FONT: 11px verdana, arial, sans-serif; font-weight: normal; font-style: italic; TEXT-DECORATION: none }

.just 		{text-align: justify;}

.copytext	{ COLOR: #999999; FONT: 10px verdana, arial, sans-serif }

.smalltitle 	{ COLOR: #000000; FONT: 11px verdana, arial, sans-serif; font-weight: bold }

.subtitle	{ COLOR: #999999; FONT: 15px verdana, arial, sans-serif; font-weight: bold }

.phonetitle	{ COLOR: #000000; FONT: 12px verdana, arial, sans-serif; font-weight: bold }

.picturecomments{ COLOR: #666666; FONT: 10px verdana, arial, sans-serif }

.text         { COLOR: #666666; FONT: 12px arial }

.contact      { COLOR: #666666; FONT: 11px arial }

.picturetitle 	{ COLOR: #000000; FONT: 10px verdana, arial, sans-serif; font-weight: bold }

.services 	{ COLOR: #336699; FONT: 11px verdana, arial, sans-serif; font-weight: bold }

.price	 	{ COLOR: #FF0000; FONT: 12px verdana, arial, sans-serif; font-weight: bold }




 /* START THE CODE FOR THE MENUS */

/*.menutrans 	{ filter: alpha(opacity=40); -moz-opacity: 0.4; }*/

#menulocation 	{ 
LEFT: 15px; 
WIDTH: 150px; 
POSITION: absolute; 
TOP: 243px; 
padding: 0px 0px; 
white-space: nowrap; 
z-index: 2; 
}


.menu		{ font-family: arial, verdana, helvetica, sans;
		  font-size: 8pt;
		  height: 28px;
		  width: 154px;
		  cursor: pointer;
		  font-weight: bold;
		  text-indent: 8px;
		  line-height: 20pt;
		  text-align: left;
		  display: block;
		  border: #FFFFFF 0px solid; }


a.menu:link 	{ color: #FFFFFF;
		  background:#5492C5;
		  background-image: url("images/menu.gif");}


a.menu:visited 	{ color: #FFFFFF;
		  background:#5492C5;
		  background-image: url("images/menu.gif");}


a.menu:active 	{ background:#FFFFFF;
		  background-image: url("images/menu.gif");
		  color: #4D2D20; }


a.menu:hover 	{ background:#FFFFFF;
		  background-image: url("images/menuon.gif");
		  color: #C0C0C0; }

