
.texttitle {
	font-family: Arial, Tahoma, Verdana;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
.textsubtitle {
	font-family: Arial, Tahoma, Verdana;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;

}
.text {
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #FFFFFF;
}

.whiteborder {
	border: 1px solid #FFFFFF;
}



.link {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.link:visited {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.link:active {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.link:hover {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.border_blk {
	border: 1px solid #000000;
}
.border_blk_two {
	border: 2px solid #000000;
}
.copyright {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
}
.copynav:link {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration:  none;

}
.copynav:visited {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	ccolor: #000000;
	text-decoration: none;
	color: #000000;
}
.copynav:active {

	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.copynav:hover {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}


.home_pg_bg {
	background-image: url(images/home_pg_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.sub_pg_bg {
	background-image: url(images/sub_pg_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.footer_bg {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.novisibility {
	visibility: hidden;
}
