/***************************************************
  font
***************************************************/ 
.normalfont { font-size: 12px;  color: #333; line-height:1.4;}
.normalfont a:link {  font-size: 12px;  color: #333;  text-decoration: none;}
.normalfont a:visited { font-size: 12px;  color: #333; text-decoration: none;}
.normalfont a:hover { font-size: 12px;  color: #0099FF; text-decoration: underline;}
.normalfont_s { font-size: 10px;  color: #333; line-height:1.4;}
.normalfont_s a:link {  font-size: 10px;  color: #333;  text-decoration: none;}
.normalfont_s a:visited { font-size: 10px;  color: #333; text-decoration: none;}
.normalfont_s a:hover { font-size: 10px;  color: #0099FF; text-decoration: underline;}
.mainattentionfont{ font-size: 12px; color: #900;}
.inputerrormsgfont{
  font-size: 12px;
  color: #FF3300;
  text-decoration: none;
}



