/*@charset "utf-8";*/
/* CSS Document */



a {
	text-decoration:none
}
a:link {
    color: #015fb6;text-decoration: none;
}
a:visited {
    color: #015fb6;text-decoration: none;
}
a:hover{
    color: #ff9000;text-decoration: underline;
}
a:active {
    color: #ff9000;text-decoration: underline
}

.content        { font-size: 12px; line-height:140%; margin-left:2; margin-top:2 }
.contentb       { font-size: 14px; line-height:150%; margin-left:2; margin-top:2 }
.content_bold   { font-size: 12px; color: #FF9000; font-weight: bold }
.contentb_bold  { font-size: 14px; color: #FF9000; font-weight: bold }
.column_link    { font-size: 16px; color: #1B1B33;  font-weight: bold}
.top_link       { font-size: 14px; color: #FFFFFF; font-weight: bold }