.style1 {
	color: #B1CCE9;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.copyright_txt {
	color: #666666;
	font-size: 11px;
	font-family: Tahoma;
}
.black_normal_txt {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.orange_bold_txt {
	color: #FF6600;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style2 {
	color: #3E6F8D;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #B1CCE9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B1CCE9;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
.black_link:link {
	color: #000000;
	text-decoration: none;
}
.black_link:visited {
	text-decoration: none;
	color: #000000;
}
.black_link:hover {
	text-decoration: none;
	color: #174775;
}
.black_link:active {
	text-decoration: none;
	color: #174775;
}
.orange_link:link {
	color: #FF6600;
	text-decoration: none;
}
.orange_link:visited {
	text-decoration: none;
	color: #FF6600;
}
.orange_link:hover {
	text-decoration: none;
	color: #174775;
}
.orange_link:active {
	text-decoration: none;
	color: #174775;
}
body {
	background-color: #000000;
}