/* CSS Document */

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.main {
	background-image: url(../images/mainbg.jpg);
	background-repeat: no-repeat;
	width: 799px;
	height: 465px;
	background-color: #FFFFFF;
}

.maintop {
	background-image: url(../images/main_topimg.jpg);
	background-repeat: no-repeat;
}

.fontWht {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.fontBld {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.fontThma {
	color: #000000;
	font-size: 11px;
	font-family: Tahoma;
}

.divPaddng {
	padding: 7px;
}

.contentPaddng {
	padding-right: 10px;
}

.bttm_nav {
	background-image: url(../images/bttm_img.gif);
	height: 185px;
}

.nav_slctd {
	background-color: #FFFFFF;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
}

.nav_bg {
	background-image: url(../images/nav_bg2.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 166px;
}


/* Fonts */
A:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
A:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
A:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

A.x:link {
	color: #116F27;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
A.x:hover {
	color: #116F27;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
A.x:visited {
	color: #116F27;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
A.y:link {
	color: #249C3F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
A.y:hover {
	color: #249C3F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
A.y:visited {
	color: #249C3F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}



.fontBld2 {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
