.red-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}
.bg-navlink {
	background-image: url("../images/bg_blue_navlink.jpg");
	background-repeat: repeat-x;
}
.navlink {
	font-family: Verdana;
	font-size: 10px;
	color: 023286;
	text-decoration: none;
}
.navlink:hover {
	font-family: Verdana;
	font-size: 10px;
	color: FF0000;
	text-decoration: none;
}.bg-horizontal {
	background-image: url("../images/bg_blue_horizontal.jpg");
	background-repeat: repeat-x;
}
.bg-vertical {
	background-image: url("../images/bg_blue_vertical.jpg");
	background-repeat: repeat-y;
}
.bg-vertical2 {
	background-image: url("../images/bg_blue_vertical2.jpg");
	background-repeat: repeat-y;
}
.blue-text {

	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0052A2;
	text-decoration: none;
}




