@charset "iso-8859-1";
.button_01 {
	font: bold 12px Arial;
	background-color: #FFFFFF;
	color: #000000;
}
.button_01:hover {
	font: bold 12px Arial;
	background-color: #cc0000;
	color: #000000;
}
.title01 {
	font: bold 14px Arial;
	color: #cc0000;
}
.title02 {
	font: bold 12px Arial;
	color: #ffffff;
}
.title03 {
	font: bold 18px Arial;
	color: #cc00cc;
}
.menu01:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
	background-color: #FFFFFF;
}
.menu01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.text01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.textnews {
	font-family: Courier;
	font-size: 12px;
	color: #0000ff;
	text-decoration: none;
}
.link01 {
	color: #cc0000;
	text-decoration: none;
}
.link01:hover {
	color: #ffffff;
	text-decoration: none;
}
.link02 {
	color: #000000;
	text-decoration: none;
}
.link02:hover {
	color: #ffcc99;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	scrollbar-face-color: #ffcc99;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffcc99;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #ffcc99;
	scrollbar-arrow-color: #cc0000;
	scrollbar-track-color: #ffcc99;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.td01 {
	height: 10px;
}
#tickertape{
	color:white;
	position:relative;
	background-color:white;
	layer-background-color:blue;
	width:450;
	height:12;
}
#subtickertape{
	color:white;
	background-color:white;
	layer-background-color:blue;
	position:absolute;
	border: 1px solid white;
	width:450;
	height:12;
}
.subtickertapefont{
	text-decoration:none;
	text-align: center;
}
.subtickertapefont a{
	font: bold 10px Courrier;
	color: blue;
	text-decoration:none;
	text-align: center;
}
.subtickertapefont a:hover{
	font: bold 10px Courrier;
	color: #cc0000;
	text-decoration:none;
	text-align: center;
}
