@charset "utf-8";

/* CSS Document */

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.default_cursor {
	cursor: default;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.justfd_right {
	text-align: right;
}

.fontsize-09 {
	font-size: 9px;
}
.fontsize-11 {
	font-size: 11px;
}
.fontsize-10 {
	font-size: 10px;
}



.fontsize-12 {
	font-size: 12px;
}
.fontsize-13 {
	font-size: 13px;
}

.fontsize-14 {
	font-size: 14px;
}

.color666666 {
	color: #666666;
}
.color333333 {
	color: #333333;
}




.color999999 {
	color: #999999;
}
.colorCCCCCC {
	color: #CCCCCC;
}
.colorCC0000 {
	color: #CC0000;
}
.line_height12 {
	line-height: 12px;
}
.line_height14 {
	line-height: 14px;
}

.line_height15 {
	line-height: 15px;
}
.line_height17 {
	line-height: 17px;
}
.line_height18 {
	line-height: 18px;
}



.line_height20 {
	line-height: 20px;
}

.allcaps {
	text-transform: uppercase;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.arialblack {
	font-family: "Arial Black";
}

.times {
	font-family: "Times New Roman", Times, serif;
}
