@charset "utf-8";
/* CSS Document */

body {
    margin:0px;
	background:#ffffff;
	text-align:left;
}
td {
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	color: #1393C6;
	font-weight:bold;
	text-decoration: underline;
}
a:visited {
	color: #1393C6;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	color: #FF8F00;
	font-weight:bold;
	text-decoration: none;
}

.gray_a:link {
	color: #666666;
	text-decoration: none;
}
.gray_a:visited {
	color: #666666;
	text-decoration: none;
}
.gray_a:hover {
	color: #1393C6;
	text-decoration: underline;
}

.thin_a:link {
	color: #1393C6;
	font-size:12px;
	font-weight:normal;
	text-decoration: underline;
}
.thin_a:visited {
	color: #1393C6;
	font-size:12px;
	font-weight:normal;
	text-decoration: underline;
}
.thin_a:hover {
	color: #1393C6;
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
}

.title {
	font-size:14px;
	font-weight:bold;
}
.title1 {
	font-size:14px;
	color: #1393C6;
	font-weight:bold;
}
.whitefont {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.whitefont2 {
	font-size:12px;
	font-weight:normal;
	color:#FFF;
}
.grayfont {
	color:#999;
}
.thinfont {
	font-size:12px;
	color:#666666;
}