BODY	{
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #000000;
    	FONT-FAMILY: geneva, arial, sans-serif;
	FONT-SIZE: 12px;
	SCROLLBAR-BASE-COLOR: #000000;
	}



a:link		{ color: #COCOCO; text-decoration: none }

a:visited	{ color: #003399; text-decoration: none }

a:active	{ color: #666666; text-decoration: none }

a:hover		{ color: #6699FF; text-decoration: none }




 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */
TABLE		{ COLOR: #666666; FONT: 11px geneva, verdana, arial, sans-serif }

.title		{ COLOR:  #161616; ; FONT: 16px geneva, verdana, arial, sans-serif; font-weight: bold }

.biglink 	{COLOR: #161616; 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 }

.just 		{text-align: justify;}

.copytext	{ COLOR: #999999; FONT: 10px geneva, verdana, arial, sans-serif }

.smalltitle 	{ COLOR: #225A71; FONT: 12px verdana, arial, sans-serif; font-weight: bold }

.subtitle	{ COLOR: #999999; FONT: 15px geneva, verdana, arial, sans-serif; font-weight: bold }

.phonetitle	{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold }

.picturecomments{ COLOR: #666666; FONT: 10px geneva, verdana, arial, sans-serif }

.picturetitle 	{ COLOR: #000000; FONT: 10px verdana, arial, sans-serif; font-weight: bold }

.services 	{ COLOR: #336699; FONT: 11px geneva, verdana, arial, sans-serif; font-weight: bold }

.price	 	{ COLOR: #FF0000; FONT: 12px verdana, arial, sans-serif; font-weight: bold }

.menutrans 	{ filter:alpha(opacity=50) }







.button-popups { background-image: url("img/popbutton.gif");
		FONT: 11px verdana, arial, sans-serif;
		font-weight: bold;
		letter-spacing: 0px;
		color: #999999;
		WIDTH: 100%;
		HEIGHT: 21PX;
		cursor:hand;
		BORDER: #003399 0px solid;
		background-color:#FFFFFF; }

.buttonon-popups { background-image: url("img/popbuttonon.gif");
		  FONT: 11px verdana, arial, sans-serif;
		  font-weight: bold;
		  letter-spacing: 0px;
		  color: #225A71;
		  WIDTH: 100%;
		  HEIGHT: 21PX;
		  cursor:hand;
		  BORDER: #225A71 0px solid;
		  background-color:#FFFFFF; }

.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("img/shadeform.gif");
		text-align: left;
		WIDTH: 180PX;
		BORDER: #000000 1px solid}


.dropdown {	COLOR: #333333;
		WIDTH: 210PX;
		FONT: 11px geneva, verdana, arial, sans-serif}


.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("img/shadeform.gif");
		text-align: left;
		WIDTH: 300PX;
		BORDER: #000000 1px solid}







 /* START THE CODE FOR THE MENUS */


#menulocation { LEFT: 15px; WIDTH: 154px; POSITION: absolute; TOP: 180px; padding:0px 0px; white-space:nowrap; }


.menu		{ font-family: arial, verdana, helvetica, sans;
		  font-size: 10pt;
		  height: 28px;
		  width: 154px;
		  cursor:hand;
		  font-weight: bold;
		  text-indent: 8px;
		  line-height: 21pt;
		  text-align: left;
		  display: block;
		  border: #FFFFFF 0px solid; }


a.menu:link 	{ background-image: url("img/menu.gif");
		  background-color:#FFFFFF;
		  color: #161616; }


a.menu:visited 	{ background-image: url("img/menu.gif");
		  background-color:#FFFFFF;
		  color: #225A71; }


a.menu:active 	{ background-image: url("img/menu.gif");
		  background-color:#225A71;
		  color: #C0C0C0; }


a.menu:hover 	{ background-image: url("img/pushover.gif");
		  background-color:#225A71;
		  color: #COCOCO; }


/* START THE CODE FOR THE SMALL MENUS */


.menusmall		{ font-family: arial, verdana, helvetica, sans;
		  font-size: 8pt;
		  height: 22px;
		  padding-top: 3px;
		  padding-bottom: 3px;
		  padding-left: 7px;
		  padding-right: 7px;
		  cursor:hand;
		  font-weight: bold;
		  text-align: center;
		  line-height: 16px;
		  border: #000000 0px solid; }


a.menusmall:link 	{ background-image: url("img/button.gif");
		  background-color:#999999;
		  color: #FFFFFF;}


a.menusmall:visited 	{ background-image: url("img/button.gif");
		  background-color:#999999;
		  color: #FFFFFF; }


a.menusmall:active 	{  background-image: url("img/buttonon.gif");
		   background-color:#999999;
		   color: #FFFFFF; }


a.menusmall:hover 	{  background-image: url("img/buttonon.gif");
		   background-color:#C0C0C0;
		   color: #000000; }


