body { background-image:url(img/site_bg.jpg);
background-attachment:fixed;}


.txt12pxBlk {
	font-family: tahoma;
	font-size: 12px;
	color: #003366;
}
.txt11pxBlk {
	font-family: tahoma;
	font-size: 11px;
	color: #003366;
}


.txt11pxWht {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.txt11pxLightBlue {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
}

.header {
	font-family: tahoma;
	font-size: 28px;
	font-weight: bold;
	font-style:italic;
	color: #ffffff;
	text-decoration: none;
	}
	
	
.contact_sub_header {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}

.index_subhead {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
	}

.nav_subtext {
	font-family: tahoma;
	font-size: 11px;
	color: #cccccc;
}



/* links Begin */



a.nav_link:link,a.nav_link:visited, a.nav_link:active {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
}

a.nav_link:hover {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FF9933;
	text-decoration: underline;
}





a.footer_link:link,a.footer_link:visited, a.footer_link:active {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
}

a.footer_link:hover {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FF9933;
	text-decoration: underline;
}


a.text_link:link,a.text_link:visited, a.text_link:active {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
}

a.text_link:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF9933;
	text-decoration: underline;
}


/* links End */



.bgwatermark {
	background-image: url(img/bg-watermark.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
