BODY	{
	SCROLLBAR-BASE-COLOR: #D8DFF8;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}



/* PAGE LINK CODE */

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

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

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

a:hover		{
	text-decoration: none;
	font-family: Papyrus;
	color: #333;
}

.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; }





/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #666666; FONT: 11px verdana, arial, sans-serif; }

.title		{
	COLOR: #6F7793;
	FONT: 21px arial, verdana, sans-serif;
	font-family: Papyrus;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.subtitle	{ COLOR: #339900; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }

.phonetitle	{
	COLOR: #336699;
	FONT: 12px arial, verdana, sans-serif;
	font-weight: bold;
	font-family: Papyrus;
	text-align: center;
}

.testimonial	{COLOR: #339900; font-weight: bold; font-style: italic; }

.copytext	{ COLOR: #999999; FONT: 10px verdana, arial, sans-serif; }

.date-font	{ COLOR: #006699; FONT: 10px arial, verdana, sans-serif; font-weight: normal; }

.page-splits	{ border-top: #C0C0C0 1px solid; background-color: #FFFFFF; color: #FFFFFF; height: 2px; width: 100%; }

.just 		{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#flash 		{ z-index: 0; }




/* POPUP INTRO MESSAGE TEXT */

.messagetitle	{ COLOR: #6F7793; FONT: 21px arial, verdana, sans-serif ; font-weight: normal; }

.messagetext	{ COLOR: #666666; FONT: 10px verdana, arial, sans-serif; font-weight: normal; }





/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}






/* IMAGE BORDERS */

.borders		{ border: #000000 1px solid; }

.imagerightborder	{ border-right: #9DA5C1 1px solid; }



/* GALLERY BORDERS AND CODE */

.image-border		{ border: #000000 0px solid; margin-bottom: 4px; }

.image-borderon		{ LEFT: 3px; position: relative; top: 3px; border: #000000 0px solid; margin-bottom: 4px; z-index: 0; }



.viewer-border		{ border: #000000 0px solid; }

.smalltitle 		{
	COLOR: #000000;
	FONT: 11px verdana, arial, sans-serif;
	font-weight: bold;
	font-family: Papyrus;
}

.picturecomments	{ COLOR: #666666; FONT: 10px verdana, arial, sans-serif; }

.picturetitle 		{ COLOR: #000000; FONT: 10px verdana, arial, sans-serif; font-weight: bold; }

.price	 		{ COLOR: #CC6600; FONT: 12px verdana, arial, sans-serif; font-weight: bold; }

.formmargin		{ margin: 0px; }


/* GALLERY MENU CODE */

.button-gallery 	{
			color: #666699;
	       		font: bold 11px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url("../picts/button-gallery.gif");
        		padding: 1px 5px 1px 5px;
			margin: 0px 2px 0px 1px;
        		display: block;
			cursor:pointer;
        		border: #666699 1px solid;
			}


.buttonon-gallery	{
			color: #FF6600;
	       		font: bold 11px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url("../picts/buttonon-gallery.gif");
        		padding: 1px 5px 1px 5px;
			margin: 0px 2px 0px 1px;
        		display: block;
			cursor:pointer;
        		border: #FF6600 1px solid;
			}






/* VIDEO MESSAGE CODE */


.button-popups 		{
			color: #666699;
	       		font: bold 11px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url("../picts/button-popup.gif");
        		padding: 1px 5px 1px 5px;
			margin: 0px 2px 0px 1px;
        		display: block;
			cursor:pointer;
        		border: #666699 1px solid;
			}

.buttonon-popups 	{
			color: #FF6600;
	       		font: bold 11px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url("../picts/buttonon-popup.gif");
        		padding: 1px 5px 1px 5px;
			margin: 0px 2px 0px 1px;
        		display: block;
			cursor:pointer;
        		border: #FF6600 1px solid;
			}






/* CONTACT PAGE CODE */

.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("../picts/shadeform.gif");
		text-align: left;
		WIDTH: 210PX;
		BORDER: #000000 1px solid}

.dropdown {	COLOR: #333333;
		WIDTH: 210PX;
		FONT: 11px arial, verdana, sans-serif; }

.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("../picts/shadeform.gif");
		text-align: left;
		WIDTH: 250PX;
		HEIGHT: 150PX;
		BORDER: #000000 1px solid; }

.submitbutton 	{ FONT: 13px arial, verdana, sans-serif; }






/* LINKS PAGE CODE */

.searchform { 	WIDTH: 110PX;
		HEIGHT: 20PX;
		FONT: 11px arial, verdana, helvetica, sans-serif;
		background-image: url("../picts/shadeform.gif");
		BORDER: #000000 1px solid; }

.searchdrop { WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px arial, georgia, "Times New Roman", sans-serif; }

.searchbutton { FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		font-size: 9pt;
		width: 36px; }
.just table tr td .smalltitle strong {
	font-size: 16px;
}
.just p {
	font-family: Papyrus;
}
.just p {
	font-weight: bold;
}
.just p {
	font-size: 18px;
	font-family: Papyrus;
	text-align: center;
	font-weight: bold;
}
.just table tr td {
	font-family: Papyrus;
}
.just table tr td {
	font-size: 12px;
}
.just table tr td {
	font-weight: bold;
}
.just table tr td {
	color: #666;
	font-size: 18px;
}
.just center p a {
	font-size: 11px;
}
.just center p a {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.just .title {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}
.just table tr td p .title .title {
	font-size: 24px;
	font-weight: bold;
}
.just p .title .just {
	font-size: 24px;
	font-family: Papyrus;
}
.just .title .title {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.just center p .title a {
	font-size: 18px;
}
.just center .title {
	font-family: Papyrus;
	font-size: 18px;
}
.just .phonetitle a {
	text-align: center;
}
arial {
	font-family: Arial, Helvetica, sans-serif;
}
.just .style2 {
	font-weight: bold;
}
.just .style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.just .style1 {
	font-family: Arial, Helvetica, sans-serif;
}
.just .style1 {
	font-weight: normal;
	font-family: Papyrus;
}
.just p .title .just .title .title .just {
	font-weight: bold;
}
