BODY	{ SCROLLBAR-BASE-COLOR: #44260C }

a:link		{ color: #996600; text-decoration: none }
a:visited	{ color: #996600; text-decoration: none }
a:active	{ color: #996600; text-decoration: none }
a:hover		{ color: #FBCF8D; text-decoration: none }

a.whitetext:link		{ color: #FFFFFF; text-decoration: none; font: 13px verdana, arial, sans-serif }
a.whitetext:visited	{ color: #FFFFFF; text-decoration: none; font: 13px verdana, arial, sans-serif }
a.whitetext:active	{ color: #FFFFFF; text-decoration: none; font: 13px verdana, arial, sans-serif }
a.whitetext:hover		{ color: #FBCF8D; text-decoration: none; font: 13px verdana, arial, sans-serif }

img  { border-color: #000000 }


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

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

.title		{ COLOR: #43250D; FONT: 18px verdana, arial, sans-serif; font-weight: bold }

.subtitle	{ COLOR: #77765B; FONT: 15px geneva, verdana, arial, sans-serif; font-weight: bold }

.just 		{text-align: justify;}

.copyright	{ COLOR: #999999; FONT: 9px geneva, verdana, arial, sans-serif }

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

.hilight	{ COLOR: #44260C; FONT: 13px geneva, verdana, arial, sans-serif; font-weight: bold  }

.whitetext	{ COLOR: #FFFFFF; FONT: 11px geneva, verdana, arial, sans-serif }

#menu { RIGHT: 0px; POSITION: absolute; TOP: 209px }

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

.submitbutton { FONT: 9pt verdana, arial,  sans-serif;
		font-weight: bold;
		color: #000000;
		BORDER: #000000 1px solid;
		padding-top: 2px;
		padding-bottom: 2px;
		background-color:#FFFFFF; }

.submitbuttonon { FONT: 9pt verdana, arial,  sans-serif;
		font-weight: bold;
		color: #FFFFFF;
		BORDER: #000000 1px solid;
		padding-top: 2px;
		padding-bottom: 2px;
		background-color:#77765B; }


 /* START THE CODE FOR THE MENUS */

.menu		{ 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.menu:link 	{ background-image: url("picts/button.gif");
		  background-color:#44260C;
		  color: #FFFFFF;}

a.menu:visited 	{ background-image: url("picts/button.gif");
		  background-color:#44260C;
		  color: #FFFFFF; }

a.menu:active 	{  background-image: url("picts/buttonon.gif");
		   background-color:#44260C;
		   color: #FFFFFF; }

a.menu:hover 	{  background-image: url("picts/buttonon.gif");
		   background-color:#77765B;
		   color: #000000; }

