.NormalText {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
	text-align: justify;



}
.BoldText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
	line-height: 24px;


}
.BoldText:Hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B7EA7;
	text-decoration: none;
	line-height: 24px;

}

.Links {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
.blue_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #266096;
	text-decoration: none;
}
.blue_link:hover {
	color: #03417C;
	text-decoration: none;
}
.vertdot {
	background-image: url(images/vert_dot.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.horzline {
	background-image: url(images/hoz_dot.jpg);
	background-repeat: repeat-x;
	background-position: center center;

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
link {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
a.bottomlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	text-decoration:none;
	padding-left:12px;
	padding-right:12px;
	color:#fff;
}
a.bottomlink:hover {
	text-decoration:underline;
}

a.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	text-decoration:none;
	padding-right:12px;
	color:#fff;
}
a.footer:hover {
	text-decoration:underline;
}
