/* CSS Document */

BODY {
        background-color: #FFFFFF;
        background-image: url(images/light_bg.gif);
        background-repeat: no-repeat;
        background-attachment: fixed;
      }

.link {
	color:#000000;
	font-family: frutiger linotype;
	font-weight:none;
	font-size:12px;
	text-decoration:none;
	}

.link:hover {                
	color:#000000;
	font-family: Arial;
	font-weight:none;
	font-size:12px;
	text-decoration:underline;
	<!--- background-color : #F5390A --->
	}

.contents {
        color:#000000;
        font-family: Verdana;
        font-weight:none;
        font-size:10px;
        text-decoration:none;
        }

.contents:hover {
        color:#000000;
        font-family: Verdana;
        font-weight:none;
        font-size:10px;
        text-decoration:underline;
        }

.normal {
        color:#000000;
        font-family: Arial;
        font-weight:none;
        font-size:12px;
        text-decoration:none;
        }

.normal:hover {
        color:#000000;
        font-family: Arial;
        font-weight:none;
        font-size:12px;
        text-decoration:underline;
        }

.header {
        color:#000000;
        font-family: Arial;
        font-weight:none;
        font-size:12px;
        text-decoration:italic;
        }

.banner {
	color:#000000;
	font-family: Verdana;
	font-weight: bolder;
	font-size: 28px;
	text-decoration: none;
}	

.bannerblue {
	color:#1D57A0;
	font-family: Verdana;
	font-weight: bolder;
	font-size: 28px;
	text-decoration: none;
}	

.small_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none
}
