@charset "windows-1256";

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat:repeat-x;
	font-size:12px;
	line-height:20px;
	background-image:url(../images/bg_inner.png);
	background-repeat:repeat-x;
}

.topHeaderImage{
	background-repeat:no-repeat;
	background-color:#007ac9;
	height:285px;
	width:968px;
}

.topHeaderBoxA{
	float:left;
	padding-left:260px;
	padding-top:60px;
	width:250px;
	height:200px;

}

.topHeaderT1{
	color:#FFFF00;
	font-weight:bold;
	font-size:18px;
}


.topHeaderT1 a:link {
	color:#FFFF00;
	font-weight:bold;
	font-size:18px;
	text-decoration: none;
}

.topHeaderT1 a:visited {
	color:#FFFF00;
	font-weight:bold;
	font-size:18px;
	text-decoration: none;
}
.topHeaderT1 a:hover {
	color:#FFFF00;
	font-weight:bold;
	font-size:18px;
	text-decoration: none;
}

.topHeaderT1 a:active {
	color:#FFFF00;
	font-weight:bold;
	font-size:18px;
	text-decoration: none;
}


.topHeaderD1{
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	width:240px;
}


.topHeaderBoxB{
	float:left;
	padding-top:60px;
	width:200px;
	height:200px;

}


.topHeaderT2{
	color:#FFFF00;
	font-weight:bold;
	font-size:18px;
}

.topHeaderT2 a:link {
	color:#FFFF00;
	font-weight:bold;
	font-size:18px;
	text-decoration: none;
}

.topHeaderT2 a:visited {
	color:#FFFF00;
	font-weight:bold;
	font-size:18px;
	text-decoration: none;
}
.topHeaderT2 a:hover {
	color:#FFFF00;
	font-weight:bold;
	font-size:18px;
	text-decoration: none;
}

.topHeaderT2 a:active {
	color:#FFFF00;
	font-weight:bold;
	font-size:18px;
	text-decoration: none;
}

.topHeaderD2{
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
}

td{
	font-size:12px;
}

a:link {
	font-size:12px;
	color: #007AC9;
	text-decoration: none;
}

a:visited {
	font-size:12px;
	text-decoration: none;
	color: #007AC9;
}
a:hover {
	font-size:12px;
	text-decoration: underline;
	color: #004778;
}

a:active {
	font-size:12px;
	text-decoration: none;
	color: #007AC9;
}






.whiteLink a:link {
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
}

.whiteLink a:visited {
	font-size:12px;
	text-decoration: none;
	color: #FFFFFF;
}
.whiteLink a:hover {
	font-size:12px;
	text-decoration: underline;
	color: #FFFFFF;
}

.whiteLink a:active {
	font-size:12px;
	text-decoration: none;
	color: #FFFFFF;
}


h1{
	color:#01662f;
	font-size:14px;
}

h2{
	color:#01662f;
	font-size:12px;
	font-weight:bold;
}

h3{
	color:#64bf8d;
	font-size:12px;
}





.clear{
	clear:both;
}

.readmore{
	font-size:12px;
}

.readmore a:link {
	font-size:12px;
	color: #ff7200;
	text-decoration: none;
}

.readmore a:visited {
	font-size:12px;
	text-decoration: none;
	color: #ff7200;
}
.readmore a:hover {
	font-size:12px;
	text-decoration: underline;
	color: #ff7200;
}

.readmore a:active {
	font-size:12px;
	text-decoration: none;
	color: #ff7200;
}




.sepDots{
	border-top:1px #999999 dotted;
	width:200px;
	height:1px;
}


.copyright{
	font-size:11px;
	color:#01662f;
	text-align:center;
}

img{
	border:0px;
}


hr{
	color:#36a6b8;
	height:1px;
}