/* CSS Document */


body, td, th, scrollbar
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    scrollbar-face-color: #dedede;
    scrollbar-highlight-color: #F1F1F1;
    scrollbar-3dlight-color: #F1F1F1;
    scrollbar-darkshadow-color: #F1F1F1;
    scrollbar-shadow-color: #F1F1F1;
    scrollbar-arrow-color: #337971;
    scrollbar-track-color: #F1F1F1;
}

#scrollBox{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
}

.newsBullet{
	list-style-image:url(/images01/arrow_bullet01.gif);
}

.Link06 {
	color:#000000;
	text-decoration:none;
	}
.Link06:hover {
	color:#024147;
	text-decoration:underline;
	}
