BODY	{
	SCROLLBAR-BASE-COLOR: #7ABBF8;
	SCROLLBAR-TRACK-COLOR: #C6D6FD;
	BACKGROUND-COLOR: #FDEDD1;
	margin: 0px;
	padding: 0px;
	border: #7ABBF8 0px solid;
	}









/* PAGE LINK AND MENU LINK COLORS */

a:link		{ color: #333399; text-decoration: none; }

a:visited	{ color: #333399; text-decoration: none; }

a:active	{ color: #333399; text-decoration: none; }

a:hover		{ color: #FF6600; text-decoration: underline; }




.header-background { background-image: url('images/header.jpg'); } /*background-repeat: repeat-x }*/
/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE 		{ COLOR: #000000; FONT: 12px verdana, arial, sans-serif; font-weight: normal; }

.title 		{ COLOR: #6A6A6A; FONT: 22px arial, verdana, sans-serif; font-weight: normal; }

.subtitle 	{ COLOR: #000000; FONT: 16px arial, verdana, sans-serif; font-weight: bold; }

.footertext 	{ COLOR: #666666; FONT: 10px arial, verdana, sans-serif; font-weight: normal; }

.sidebartext 	{ COLOR: #000000; FONT: 10px verdana, arial, sans-serif; font-weight: normal; }

.menutext 	{ COLOR: #000000; FONT: 14x verdana, arial, sans-serif; font-weight: bold; }

.price	 	{ COLOR: #FF6600; FONT: 16px arial, verdana, sans-serif; font-weight: bold; }

.just 		{ text-align: justify; }

.formmargin	{ margin: 0px; margin-top: 5px; }



.sidebar     { width: 200px; background-color: #F0F0F0; background-image: 
               url('images/background-left.gif'); 
               border-right: 1px solid #FDEDD1 }
/* CONTACT PAGE CODE */

.contact 	{ COLOR: #0066FF; FONT: 14px verdana, arial, sans-serif; font-weight: bold }



.formbutton 	{ FONT: 12px arial, verdana, sans-serif; }



.shadeform   { font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; 
               font-family: arial, verdana, helvetica, sans-serif; 
               background-image: url('images/shadeform.gif'); width: 200PX; 
               border: 1px solid #000000 }
.textarea    { font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; 
               font-family: arial, verdana, helvetica, sans-serif; 
               background-image: url('images/shadeform.gif'); width: 250PX; 
               height: 150PX; border: 1px solid #000000 }
.dropdown 	{
		COLOR: #333333;
		WIDTH: 200PX;
		FONT: 12px arial, verdana, helvetica, sans-serif;
		}









/* IMAGE BORDERS */

.borders	{ BORDER: #7ABBF8 1px solid; }

.iconborder	{ BORDER-BOTTOM: #7ABBF8 1px solid; }









/* PAGE LINES & BORDERS */


.page-splits		{
			border-top: #7ABBF8 1px solid;
			border-bottom: #FFFFFF 2px solid;
			background-color: #7ABBF8;
			color: #7ABBF8;
			height: 3px;
			}

.pagebar     { background-color: ##FFFFFF; background-image: url('images/bar.jpg'); height: 
               23px; border-left: 0px solid #7ABBF8; 
               border-right: 0px solid #7ABBF8; border-top: 1px solid #7ABBF8; 
               border-bottom: 1px solid #7ABBF8 }
.pagebar-left	{
		background-color: #C6D6FD;
		width: 50px;
		border: solid #C6D6FD;
		border-width: 0px 1px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.pagebar-bottom { background-color: ##FFFFFF; background-image: url('images/bar.jpg'); height: 
               23px; border-left: 0px solid #7ABBF8; 
               border-right: 0px solid #7ABBF8; border-top: 1px solid #7ABBF8; 
               border-bottom: 1px solid #7ABBF8 }
.shadow      { background-image: url('images/shadow.gif'); background-repeat: repeat-x }

