body  {
	background-image: url(images/backgnd.png);
	background-repeat: repeat-x;
	background-position: 0px 75px;
/*	left: 10px;
	top: 15px;
	right: 10px;
	bottom: 15px;
	font-size: 10px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table, td {
	font-size: 10px;
	line-height: 120%;
}
.factory {  
	background-image: url(images/backgnd2.png); 
	background-repeat: repeat-x; 
	background-position: bottom;
}
.navbar {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 12px; 
	cursor: hand;
}
h5 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	display: inline;
}
a:link { 
	text-decoration: none;
}
a:visited { 
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}
.font1 {  
	font-family: $VARS[font_face]; 
	font-size: $VARS[tb_font_1]; 
	color: $VARS[text_color];
}
.font2 {  
	font-family: $VARS[font_face]; 
	font-size: $VARS[tb_font_2]; 
	color: $VARS[text_color];
}
.font3 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7.5pt; 
	color: $VARS[text_color]; 
	font-weight: bold;
}
.select {  
	font-family: $VARS[font_face]; 
	font-size: 9pt;
}
.input {  
	font-family: $VARS[font_face]; 
	font-size: 9pt;
}
.info {  
	cursor: help;
}
.date {  color: #999999;
	font-size: 10px;
}
.button { 
	border : 1 solid; 
	background : #AAAAAA; 
	font-family : Verdana; 
	font-size : 10px; 
	color: #FFFFFF;  
}
.editbox { 
	border : 1 solid #FFFFFF; 
	background : #DDDDDD; 
	color : #888888; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
}
.letting {
	line-height: 15px;
}
.copyright {
	color: #999999;
	font-size: 9px;
}