/* Default font settings.
   The font-size percentage is of 16px. (0.8125 * 16px = 13px) */
html { font-size:100.01%; }
body{ 
  font-size: 10px;
  font-family:Verdana, Arial, sans-serif;
 color: #000000;
 font-style: normal;
}
html,
body {
   margin: 0;
   padding: 0;
   height: 100%;
}
@font-face { 
  font-family: LetterGothic-MT; 
  src: url(Lc______.ttf); 
}

th, input, select, textarea, div, p { 
  font-family: "LetterGothic-MT", Verdana, Arial;
 font-size: 10px;
 color: #000000;
 line-height: 14px;
 font-style: normal;

}	

a {
	text-decoration : underline;
	line-height : 12px;
	color: #ff0000;
}
a:link {
	color: #ff0000;
}
a:visited {
	color: #ff0000;
}
a:active {
	background-color:transparent;
}
a:hover {
	color: #ff0000;	
	text-decoration : none;
}
b {
	color:#444444;		
}


.input {
	border-style:solid; 
	background-color:#ffffff; 
	font-size : 10px;		
	line-height : 12px;
	color : #000000;
	margin-left:0px;
	border-width:1px;
	width:120px;
	
}

.content {
	font-size: 10px;

}

