BODY	{
	scrollbar-base-color: #333333;
	scrollbar-track-color: #000000;
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	}






/* LINK COLORS */

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

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

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

a:hover		{ color: #CC9933; text-decoration: none; }






/* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */

TABLE 		{ COLOR: #FFFFFF; FONT: 12px arial, verdana, sans-serif; font-weight: normal; }

.title		{ color: #000000; font: 25px arial, verdana, sans-serif; letter-spacing: -1px; font-weight: bold; }

.subtitle 	{ COLOR: #000000; FONT: 16px arial, verdana, sans-serif; letter-spacing: -1px; font-weight: bold; }

.list 		{ COLOR: #FFFFFF; FONT: 16px arial, sans-serif; font-weight: normal; }

.just 		{ text-align: justify; }

.formmargin	{ margin: 0px; }








/* FOOTER COPYRIGHT AREA */

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

a.copylink:link		{ color: #FFFFFF; text-decoration: none; font-weight: bold; }

a.copylink:visited	{ color: #FFFFFF; text-decoration: none; font-weight: bold;}

a.copylink:active	{ color: #FFFFFF; text-decoration: none; font-weight: bold;}

a.copylink:hover	{ color: #FFFFFF; text-decoration: none; font-weight: bold;}



/* CODE FOR THE BACKGROUNDS */


#table-layer  	  { z-Index:1; visibility:visible; position:absolute; left:0; top:0; width:100%; height:100%; min-height:100%; } 


#back-ground-img  { z-index:0; visibility:visible; position:fixed; left: 0px; top: 0px; width:100%; height:100%; display:block; } 


#header-layer  	  { z-Index:3; visibility:visible; }






























/* GALLERY NAV MENU */


.menu-nav	{
		background-color: #5577C0;
		background-image: url("picts/button-gallery.gif");
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		letter-spacing: 0px;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 6px;
		padding-right: 6px;
		margin-left: 2px;
		margin-right: 1px;
		cursor:pointer;
		font-weight: normal;
		text-align: center;
		display: block;
		white-space: nowrap;
		border: #FFFFFF 1px solid;
		}


a.menu-nav:link 	{ color: #FFFFFF; }


a.menu-nav:visited 	{ color: #FFFFFF; }


a.menu-nav:active 	{ color: #FFFFFF; }


a.menu-nav:hover 	{
			background-color: #CCCCCC;
			background-image: url("picts/buttonon-gallery.gif");
		   	color: #000000;
			border: #000000 1px solid;
			}







/* START THE CODE FOR THE MENUS */



.menubackground		{ background-color:#000000;
			  border-top: #000000 0px solid;
			  border-bottom: #000000 0px solid;
			  background-image: url("picts/background-menu.gif"); }



.menu		{ font-family: verdana, arial, helvetica, sans-serif;
		  font-size: 7pt;
		  height: 25px;
		  padding-left: 5px;
		  padding-right: 5px;
		  cursor:pointer;
		  font-weight: bold;
		  text-align: center;
		  line-height: 22px;
		  display: block;
		  border: #000000 0px solid; }


a.menu:link 	{ background-image: url("menu.gif");
		  background-color:#000000;
		  color: #999999; }


a.menu:visited 	{ background-image: url("menu.gif");
		  background-color:#000000;
		  color: #999999; }


a.menu:active 	{  background-image: url("menu.gif");
		   background-color:#000000;
		   color: #999999; }


a.menu:hover 	{  background-image: url("menuon.gif");
		   background-color:#999999;
		   color: #FFFFFF; }







