H1 {
	font-size: 18px;
	color: #000000;
}
.white-small-txt {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
}
.yelow-bold-txt {
	color: #DBBB1A;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.blue-normal-txt {
	color: #B1E5FA;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copyright-txt {
	color: #8EC2FD;
	font-size: 11px;
	font-family: Tahoma;
}
.black-heading-txt {
	color: #000000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black-normal-txt {
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.white-bold-txt {
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #B1E5FA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B1E5FA;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
.yellow-links:link {
	color: #DBBB1A;
	text-decoration: none;
}
.yellow-links:visited {
	text-decoration: none;
	color: #DBBB1A;
}
.yellow-links:hover {
	text-decoration: none;
	color: #ffffff;
}
.yellow-links:active {
	text-decoration: none;
	color: #ffffff;
}
.red-links:link {
	color: #D71202;
	text-decoration: none;
}
.red-links:visited {
	text-decoration: none;
	color: #D71202;
}
.red-links:hover {
	text-decoration: none;
	color: #113253;
}
.red-links:active {
	text-decoration: none;
	color: #113253;
}
body {
	background-color: #000A14;
}