BODY	{
	SCROLLBAR-BASE-COLOR: #9B9FA8;
	BACKGROUND-COLOR: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}

/* PAGE LINK AND MENU LINK COLORS */

a:link		{ color: #000099; text-decoration: underline; }

a:visited	{ color: #000099; text-decoration: underline; }

a:active	{ color: #000099; text-decoration: underline; }

a:hover		{ color: #333399; text-decoration: none; }

a.2:link		{ color: #000099; text-decoration: underline; }

a:visited	{ color: #000099; text-decoration: underline; }

a:active	{ color: #000099; text-decoration: underline; }

a:hover		{ color: #333399; text-decoration: none; }

/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE 		{ COLOR: #666666; FONT: 12px verdana, arial, sans-serif; font-weight: normal; }


.title 		{ COLOR: #000000; FONT: 14pt arial, verdana, sans-serif; font-weight: bold; }

.subtitle 	{ COLOR: #000000; FONT: 11pt arial, verdana, sans-serif; font-weight: bold; }

.footertext 	{
	COLOR: Gray;
	FONT: 8pt arial, verdana, sans-serif;
	font-weight: normal;
}

.sidebartext 	{ COLOR: #000033; FONT: 8pt verdana, arial, sans-serif; font-weight: normal; }

.menutext 	{ COLOR: #000033; FONT: 12px verdana, arial, sans-serif; font-weight: normal; line-height: 20px;}

.price	 	{ COLOR: #000099; FONT: 16px arial, verdana, sans-serif; font-weight: bold; }

.just 		{ text-align: justify; }

.formmargin	{ margin: 0px; margin-top: 5px; }

.sidebar		{
			width: 200px;
			border-right: #9B9FA8 1px solid;
			background-color: #F0F0F0;
			background-image: url("images/background-left.gif");
			}

input {
	font-size:8pt;
}

textarea {
	font-family: Arial;
	font-size:9pt;
}

/* GALLERY CODE */

.galleryborder		{ border: #000000 1px solid; margin-bottom: 3px; }

.viewer-border	 	{ border: #000000 1px solid; }

.picturecomments 	{ COLOR: #666666; FONT: 10px verdana, arial, sans-serif; }

.picturetitle 		{ COLOR: #000000; FONT: 10px verdana, arial, sans-serif; font-weight: bold; }


/* SMALL GALLERY MESSAGES */


.divstyle 	{ position:absolute;
		border: #000000 0px solid;
		width: 100px;
		top:0;
		left:0; }

.pstyletitle	{ position:absolute;
		border: #000000 1px solid;
		background:#FFFFE1;
		color:black;
		font-size:10px;
		padding: 3px;
		font-family:verdana, arial, sans-serif; }


.pstylebody 	{ position:absolute;
		background:#FFFFE1;
		color:black;
		font-size:10px;
		font-family:verdana, arial, sans-serif; }


/* GALLERY MENU CODE */


.button-gallery 	{
			color: #000000;
	       		font: bold 11px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url("images/button-gallery.gif");
        		padding: 1px 5px 1px 5px;
			margin: 0px 1px 0px 1px;
        		display: block;
			cursor:pointer;
			width: 90px;
        		border: #999999 1px solid;
			}


.buttonon-gallery	{
	color: Navy;
	font: bold 11px arial, serif;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url("images/buttonon-gallery.gif");
	padding: 1px 5px 1px 5px;
	margin: 0px 1px 0px 1px;
	display: block;
	cursor: pointer;
	width: 90px;
	border: Navy 1px solid;
}

/* CONTACT PAGE CODE */

.contact 	{ COLOR: #000099; FONT: 14px verdana, arial, sans-serif; font-weight: bold }

.formbutton 	{ FONT: 12px arial, verdana, sans-serif; }

.shadeform	{
		FONT: 12px arial, verdana, helvetica, sans-serif;
		background-image: url("images/shadeform.gif");
		WIDTH: 200PX;
		BORDER: #000000 1px solid;
		}

.textarea	{
		FONT: 12px arial, verdana, helvetica, sans-serif;
		background-image: url("images/shadeform.gif");
		WIDTH: 250PX;
		HEIGHT: 150PX;
		BORDER: #000000 1px solid;
		}

.dropdown 	{
		COLOR: #333333;
		WIDTH: 200PX;
		FONT: 12px arial, verdana, helvetica, sans-serif;
		}

/* IMAGE BORDERS */

.borders	{ BORDER: #000000 1px solid; }

.iconborder	{ BORDER-BOTTOM: #9B9FA8 5px solid; }

/* PAGE LINES & BORDERS */

.page-splits		{
			border-top: #9B9FA8 1px solid;
			border-bottom: #FFFFFF 1px solid;
			background-color: #9B9FA8;
			color: #9B9FA8;
			height: 2px;
			}

.pagebar	{
		background-color: #9B9FA8;
		background-image: url("images/bar.jpg");
		height: 24px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.pagebar-left	{
		background-color: #000000;
		width: 40px;
		border: solid #000000;
		border-width: 0px 1px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.pagebar-bottom	{
		background-color: #9B9FA8;
		background-image: url("images/bar.jpg");
		height: 30px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.shadow		{
		background-image: url("images/shadow.gif");
		background-repeat: repeat-x;
		}
