@charset "UTF-8";
/*head*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 9999CC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #E6E6FF;
}
a:visited {
	text-decoration: none;
	color: #E6E6FF;
}
a:hover {
	text-decoration: none;
	color: #CC66FF;
}
a:focus {
	outline-style: none;
}
a:link img {
	border-color: #CCCCFF;
}
a:visited img {
	border-color: #666699;
}
a:hover img {
	border-color: #CC66FF;
}
a:focus img {
	outline-style: none;
}
object:focus {
	outline-style: none;
}
/*body*/
.gray-bar {
	background-color: #39394A;
	height: 15px;
	width: auto;
}
.info-right {
	width: 1200px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: right;
}
.text-08 {
	font-size: 8px
}
.text-09 {
	font-size: 9px
}
.text-10 {
	font-size: 10px
}
.text-11 {
	font-size: 11px
}
.text-12 {
	font-size: 12px
}
.text-13 {
	font-size: 13px
}
.text-14 {
	font-size: 14px
}
.text-15 {
	font-size: 15px
}
.text-black {
	color: #000000;
}
.text-blue {
	color: #6699ff;
}
.text-blue-09 {
	color: #6699ff;
	font-size: 9px	
}
.text-blue-light {
	color: #CCCCFF;
}
.text-blue-light-bold {
	color: #CCCCFF;
	font-weight: bold;
}
.text-purple {
	color: #CC66FF;
}
.text-red {
	color: #ff0000;
}
.text-red-09 {
	color: #ff0000;
	font-size: 9px
}
.text-red-dark {
	color: #cc3333;
}
.text-red-dark-09 {
	color: #cc3333;
	font-size: 9px
}
.text-white {
	color: #FFFFFF;
}
