/* CSS Document */
* html img,
* html .png{
   behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)

    );}
	
body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #635F5F;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}


.heading1 {
	font-size: 22px;
	color: #6f6b6b;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 30px;
}
.heading2 {
	font-size: 22px;
	font-weight: bold;
	color: #025412;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
.line {
	background-color: #FFFFFF;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	height: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #025412;
}
.copy-text {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.copy-link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.copy-link:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.green-text {
	color: #025412;
	text-decoration: none;
}
.read {
	color: #C66B1A;
	text-decoration: none;
	font-weight: bold;
}
.read:hover {
	color: #B22F03;
	text-decoration: none;
	font-weight: bold;
}
.left-headingbg {
	background-image: url(../images/left-heading-bg.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 279px;
}
.white-text {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.left-boxbg {
	background-color: #FFFFFF;
	background-image: url(../images/left-boxbg.jpg);
	background-repeat: repeat-y;
	width: 288px;
	height: 247px;
}
.link2 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #356AA0;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
.link2:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #246404;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

h2
{
font-family:Arial, Helvetica, sans-serif;
color:#635F5F;
font-size:13px;
line-height: 1px;
}

.cont {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


