.text10px {
	font-size: 10px;
	line-height: 140%;
}
.text10pxwhite {
	font-size: 10px;
	line-height: 140%;
	color: #FFFFFF;
}

.text12pxb {
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
}
.text12pxgray {
	font-size: 12px;
	line-height: 140%;
	color: #333333;
}
.text12pxwhite {
	font-size: 12px;
	line-height: 140%;
	color: #FFFFFF;
}

.text12px {
	font-size: 12px;
	line-height: 140%;
}

.text14px {
	font-size: 14px;
	line-height: 140%;
	color: #000000;
}
.text14pxwhite {
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
}

body {
	background-color: #FFFFFF;
	background-image: url(index_img/top_bg.gif);
	background-repeat: repeat-x;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
