.text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
}
.blk_text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #000000;
}
.texttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

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

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

}
.copynav:visited {

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

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

	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

.boldlink:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:  underline;
	font-weight: bold;
}
.boldlink:visited {

	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:  underline;
	font-weight: bold;
}
.boldlink:active {

	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
		text-decoration:  underline;
	font-weight: bold;
}
.boldlink:hover {

	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:  underline;
	font-weight: bold;
}

.top_bg {
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bottom_bg {
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.border_grey {
	border: 1px solid #CCCCCC;
}
.sub_top_bg {
	background-image: url(images/sub_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.sub_bottom_bg {
	background-image: url(images/sub_bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a {
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
