BODY	{
	BACKGROUND-COLOR: #C767BA;
	COLOR: #FFFFFF;
    	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 12px;
	SCROLLBAR-BASE-COLOR: #C767BA;
	}



a:link		{ color: #000000; text-decoration: none }

a:visited	{ color: #000000; text-decoration: none }

a:active	{ color: #FFFFFF; text-decoration: none }

a:hover		{ color: #000000; text-decoration: underline }




 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */
TABLE		{ COLOR: #FFFFFF; FONT: 12px arial, geneva, verdana, sans-serif }

.title		{ COLOR: #FFFFFF; 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: 11px arial; font-weight: bold; font-style: italic; TEXT-DECORATION: underline }

.link1   	{ FONT: 10px 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: #FFFFFF; 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=60); -moz-opacity: 0.6 }

#menulocation 	{ LEFT: 15px; WIDTH: 150px; POSITION: absolute; TOP: 200px; padding:0px 0px; white-space:nowrap; z-index:2 }


.menu		{ font-family: arial, verdana, helvetica, sans;
		  font-size: 8pt;
		  height: 28px;
		  width: 154px;
		  cursor:hand;
		  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; }

