@charset "UTF-8";
/* CSS Document */

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 {
	color: #E6E6FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E6E6FF;
}
a:hover {
	text-decoration: underline;
	color: #CC66FF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
a:link img {
	border-color: #CCCCFF;
}
a:visited img {
	border-color: #666699;
}
a:hover img {
	border-color: #CC66FF;
}
a:active img {
	border-color: #FF0000;
}
.text-lite-blue-bold {
	color: #CCCCFF;
	font-weight: bold;
}
.text-lite-blue {
	color: #CCCCFF;
}
.text-black {
	color: #000000;
}
.text-blue {
	color: #6699ff;
}
.text-blue-09 {
	color: #6699ff;
	font-size: 9px	
}
.text-red-dark {
	color: #cc3333;
}
.text-red-dark-09 {
	color: #cc3333;
	font-size: 9px
}
.text-red {
	color: #ff0000;
}
.text-red-09 {
	color: #ff0000;
	font-size: 9px
}
.text-purple {
	color: #CC66FF;
}
.text-15 {
	font-size: 15px
}
.text-14 {
	font-size: 14px
}
.text-13 {
	font-size: 13px
}
.text-12 {
	font-size: 12px
}
.text-11 {
	font-size: 11px
}
.text-10 {
	font-size: 10px
}
.text-09 {
	font-size: 9px
}
.text-08 {
	font-size: 8px
}
.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;
}
#image-left-RB {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
#image-left-TRB {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#image-right-LB {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}
#image-left-TLB {
	float: right;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
