html 
{
    color:                  #cfb590;
    font-size:              12px;
    font-family:            Arial;
}

.cb {
    clear:                  both;
}

.menuitem {

   width:                   128px;
   background-color:		#ccccccc;
   height:                  16px;
   text-align:              left;
   padding-top:             4px;
   padding-bottom:			4px;
   border-left:            	1px ridge #555555;
   border-right:           	1px ridge #555555;
   border-bottom:          	1px ridge #555555;
}
.menuheader
{
   width:                   128px;
   height:                  16px;
   text-align:              center;
   font-weight: 			bold;
   padding-top:             10px;  
   background-color: 		#222222;
   border-left:           	1px solid #c4ac9b;
   border-right:           	1px solid #c4ac9b;
   border-bottom:          	1px solid #c4ac9b;
}

a:link	{ 	color: #FFFFFF; text-decoration:none; }
a:visited { color: #FFFFFF; text-decoration:none; }
a:hover{ 	color: #FFFFFF; text-decoration:underline;}

.button {
	font-family: 			Verdana;
	font-size: 				11px;
	font-weight: 			bold;
	color: 					#cfb590;
	background: 			#222222;
	border: 				3px outset #333333;
}

.toolongfix{
    overflow:				auto;
    height:					1119px;   
}

.toolongfix2{
    overflow:				auto;
    height:					282px;   
}