body{
	color: #999;
	background-color:#fff;
	font-family: Georgia,Monaco, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;  
}

td {		
	color: #999;
	font-family: Georgia,Monaco, Verdana, Arial,Helvetica, sans-serif;
	font-size: 15px;  
	line-height:22px;
	vertical-align: top;
}

a{
	color:#333;
	text-decoration: none;
	//text-transform:uppercase;	
}


a:hover{
}
.preframe{
	color:#151518;		
	background-color:#000;
}
.menulink{
	font-style:italic;
	//padding-top:1px;
	//padding-bottom:2px;
	//padding-left:2px;
}
.menulink:hover{
	//color:#fff;
	//background-color:#000;
	text-decoration:underline;
}
.on{	
	color:#000;
	text-decoration:underline;
}
.off{
	text-decoration: none;
}
.trash{
	background-color:#151518;
}
h1{
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-decoration:underline;
	font-style:italic;
	font-size:15px;
	line-height:22px;
	color: #000;
	margin-bottom:21px;
}
.textframe{
	font-size:15px;
	line-height:22px;
	color:#000;
	padding:10px 15px 10px 10px;
	background-color:#fff;
	border-right:0px solid #000;
	border-bottom:0px solid #000;
	margin-left:2px;
	margin-bottom:2px;
}
.text{
	color: #333;
}
.title{
	font-style:italic;
}

.button{
	color: #fff;
	background-color:#000;
	padding-top:3px;
	padding-bottom:2px;
	padding-left:3px;
	padding-right:3px;
}
.button:hover{
	color: #fff;
	background-color:#1981AB;
}

/* ----------------- forms ---------------------*/


input, textarea,select{
	font-family: Monaco,Geneva,Arial,Helvetica, sans-serif;
	font-size:10px;  
	border-top:1px solid #666; 
	border-left:1px solid #999;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-top: 2; 
}
.total {
	width: 100%
}
