	a:link { color: #FFFFFF; text-decoration: none;}
	a:visited { color: #FFFFFF; text-decoration: none;}
	a:active { color: #FFFFFF; text-decoration: none;}
	a:hover { color: #FFFFFF; text-decoration: underline;}
	
	body {
		margin: 0em 0em 0em 0em;
		font-family: verdana, arial;
		font-size: 10pt;
		color: #000000;
		/**/
		background-color: #6b8085;
	}
	
	.header{
		font-size: 16px;
		font-family: Silkscreen, Impact, fantasy;
		/*font-weight: bold;*/
		color: #FFFFFF;
		text-transform: uppercase;
	}
	
	.basictable {
		
		border:	0px;
		border-collapse: collapse;
		padding: 0 px 0 px 0 px 0 px;
		align: left
	}

	
	.trlev1{
		background-color: #202020; 
		height: 14 px;
	}
	.trlev2{
		background-color: #9C8F63; 
		height: 5 px;
	}

	.title1{
		height: 74 px;
		width: 438 px;
	}
	.title2{
		background-image: url("/back_upc.gif"); 
		background-repeat: repeat-x;
		height: 74px;
	}
	.title3{
		width: 187px;
		height: 69px;
		vertical-align: top;
	}
	.title4{
		height: 69px;
		background-image: url("/back_stripe.gif"); 
		background-repeat: repeat-x;
		font-family: arial;
		font-weight: bold;
		font-size: 12pt;
		color: #202020;	
		vertical-align: bottom;
		anti-alias: smooth 

	}
 	.article{
		font-family: Verdana, arial;
		font-size: 9px;
		font-weight: normal;
		color: #000000;
	}

 	.smallheader{
		font-family: Verdana, arial;
		font-size: 9px;
		font-weight: bold
	}

	.menu{
		width: 187px;
		height: 100px;
		background-image: url("/back_menu.gif"); 
		background-repeat: repeat-y;	
		font-family: Arial, MS Sans Serif;
		padding: 15px 5px 10px 10px;
		font-size: 10pt;
		/* color: #7C724E;	*/
		color: #999999;
		vertical-align: top;
	
	}
	
	.basictable2 {	
		border : 1px dotted #383838;
		border-collapse: collapse;
		padding: 0 px 0 px 0 px 0 px;
		align: left
	}
	
	.boxheader{
		background-image: url("/blacktop.gif"); 
		background-repeat: repeat-x;
		width: 400px;
		padding: 5px 5px 5px 5px;
		border : 1px dotted #383838;
		border-collapse: collapse;
		font-family: verdana;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 9px;
		color: #FFFFFF;
	}
	
	.box{
		background-color: #e5e680;
		width: 100%;	
		padding: 10px 10px 10px 10px;
		border : 1px dotted #333333;
		border-collapse: collapse;
		font-family: verdana;
		font-size: 8pt;
		color: #000000;	
	}
	
	.box a:link { color: #4d6f69; text-decoration: none;}
	.box a:visited { color: #5f7561; text-decoration: none;}
	.box a:active { color: #fffd71; text-decoration: none;}
	.box a:hover { color: #4d6f69; text-decoration: underline;}

	.main{	
		width: 600px;
		font-family: verdana;
		font-size: 8pt;
		color: #202020;	
		vertical-align: top;
	}

	.trfooter{
		background-image: url("/back_upc.gif"); 
		background-repeat: repeat-x;
		height: 24px
	}
	.littletext{
		font-size: xx-small;
	}

	.content{
		padding-left: 55px; 
		width: 650px;
	}
	
 	.fineprint{
		align: center;
		font-family: Verdana, arial;
		font-size: 7pt;
		font-weight: normal;
		color: #000000;
	}

	.guestbook{
		padding: 5px 5px 5px 5px;
		
		border-collapse: collapse;
		font-family: verdana;
		font-size: 8pt;
		color: #000000;	
	}
	.comments{
	
		padding: 5px 5px 5px 5px;
		border-collapse: collapse;
		font-family: verdana;
		font-size: 8pt;
		color: #000000;	
	}
	.details{
		font-family: arial, verdana;
		font-size: xx-small;
		color: #615323;	
	}

	.textarea{
		font-size: 8pt;
	}

 .centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  background-color: red;
  color: white;
} 