@charset "utf-8";
/* CSS Document */

a.bt:link {
	text-decoration: none;
	font-size: 13px;
	color: #0000CC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.bt:visited {
    font-size: 13px;
	text-decoration: none;
	color: #0000CC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.bt:hover {
    font-size: 13px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.bt:active {
    font-size: 13px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.title_white {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.blue {
	color: #00FFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.white {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
	text-indent:2em
}
.white2 {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 26px;
	font-family: Arial, Helvetica, sans-serif;
}
.line{border-top:1px dotted #000000}
.line2{border-top:1px dotted #000099}

a.dow_link:link {
	text-decoration: none;
	font-size: 12px;
	color: #00CCFF;
	font-family: Arial, Helvetica, sans-serif;
}
a.dow_link:visited {
	text-decoration: none;
	color: #00CCFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.dow_link:hover {
	text-decoration: underline;
	color: #FFFF00;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.dow_link:active {
	text-decoration: none;
	color: #FFFF00;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.yellow_link:link {
	color: #FFFF00;
}
a.yellow_link:visited {
	color: #FFFF00;
}
a.yellow_link:hover {
	color: #FF0000;
}
a.yellow_link:active {
	color: #CC0000;
}



