.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: 16px;
	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;
}
.header {
	background-image: url(../images/header.jpg);
}
.header1 {
	background-color: #0946B5;
	border: 1px solid #FFFFFF;
}
.header2 {
	background-image: url(../images/bg-top-nav.jpg);
}
.content {
    background-color: #FFFFF5;
}
.content2 {
    background-image: url(../images/bg-heading2.jpg);
}
.content3 {
    border: 2px solid #CCCCCC;
}
.content4 {
    background-image: url(../images/bg-heading1.jpg);
}
.content5 {
    background-image: url(../images/bg-bott-bar1.jpg);
}
.content6 {
    background-image: url(../images/bg-bott-bar2.jpg);
}
a img {
	border:none;
}
img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #110000;
    background-color: #a4a4a4;
}
img.left {
	float: left;
	margin: 0 12px 5px 0;
}
img.center {
	display: block;
	margin: 0 auto 5px auto;
}
img.right {
	float: right;
	margin: 0 0 5px 20px;
}
