/* Normal Class */
.body1 { font-size: 12px; line-height: 140%; color: #666666}
.body2 { font-size: 12px; line-height: 130%; color: #666666}
.body3 { font-size: 12px; line-height: 180%; color: #666666}
.font10 {	font-size: 10px;	line-height: 130%;	color: #333333;
}

/* Link Class */
A:link {color: #003399; text-decoration: none}
A:visited {color: #7f89bd; text-decoration: none}
A:active {color: #ffb400; text-decoration: none }
A:hover {color: #ffb400; text-decoration:underline;}
