body{
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-attachment: fixed;
	background-image: url(../images/new_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFF33;
}
p,td{
	color: #000080;
}

.heading14 {
	color: #0033CC;
	font-size: 14px;
	font-weight: bold;
}
.heading18 {
	color: #0033CC;
	font-size: 18px;
	font-weight: bold;
}
.heading24 {
	font-size: 24px;
	font-weight: bold;
	color: #0033FF;
}

.heading18_navy {
	color: Navy;
	font-size: 18px;
	font-weight: bold;
}

.heading14_black {
	font-size: 14px;
	font-weight: bold;
	color: Black;
}

.heading14_green {
	font-size: 14px;
	font-weight: bold;
	color: Green;
}

.heading16_green {
	font-size: 16px;
	font-weight: bold;
	color: Green;
}
.heading18_green {
	font-size: 18px;
	font-weight: bold;
	color: Green;
}
.small_text {
	color: #000066;
	font-size: 12px;
}
.whitetext_14{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.whitetext12_blue {
	color: #EFFFFF;
	font-size: 12px;
	background: Blue;
	font-weight: bold;
}
.whitetext14_blue {
	color: #EFFFFF;
	font-size: 14px;
	background: Blue;
	font-weight: bold;
}
.whitetext16_blue {
	color: #EFFFFF;
	font-size: 16px;
	background: Blue;
	font-weight: bold;
}
.yellowtext14_blue {
	color: #FFFF00;
	font-size: 14px;
	background: Blue;
	font-weight: bold;
}
.yellowtext16_blue {
	color: #FFFF00;
	font-size: 16px;
	background: Blue;
	font-weight: bold;
}
.yellowtext18_blue {
	color: #FFFF00;
	font-size: 18px;
	background: Blue;
	font-weight: bold;
}
.whitetext18_blue {
	color: #EFFFFF;
	font-size: 18px;
	background: Blue;
	font-weight: bold;
}
.whitetext24_blue {
	color: #EFFFFF;
	font-size: 24px;
	background: Blue;
	font-weight: bold;
}
.headingyellow12 {
	color: Yellow;
	font-size: 12px;
	font-weight: bold;
}
.headingyellow14 {
	color: Yellow;
	font-size: 14px;
	font-weight: bold;
}
.headingyellow16 {
	color: Yellow;
	font-size: 16px;
	font-weight: bold;
}
.headingyellow18 {
	color: Yellow;
	font-size: 18px;
	font-weight: bold;
}
.banner {
	background:blue;
	width: 100%;
	text-align:center;
	padding-top:3px;
	padding-bottom:2px;
	border: 5px solid #000080;
}
.banner h1 {
	color: #FFFF00;
	font-size: 24px;
	line-height: 60%;
}
.banner h2 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 50%;
}
.banner h3 {
	color: #FFFF00;
	font-size: 18px;
	line-height: 50%;
}
.banner p{ 
	color:#FFF;
	font-size:16px;
	font-weight: bold;
}
.banner a {
	color:#FFFF00
	}
.banner a:hover {
	color:#f1a629;
	}
h1 {
	font-size: 24px;
	color: #03C;
	text-align:center;
}
h2 {
	font-size: 18px;
	color: #000080;
	text-align:center;
}
h3 {
	font-size: 14px;
	color: #03C;
	text-align:center;
}
h4 {
	font-size: 14px;
	color: #000080;
	text-align:center;
}

.align-left {
	float: left;
}

