.pageselected {
    color: #FF0000;
    font-weight: bold;
}
.pagenotselected {
    color: #000000;
    font-weight: normal;
}
.text-black-10 {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.text-black-11 {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.text-pink-11 {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	color: #FF0066;
	text-decoration: none;
}
.text-red-11 {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.text-red-12 {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.text-orange-12 {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.text-black-12 {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.text-black-12:hover {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.text-white-12 {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.text-white-14 {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.text-blue-14 {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 14px;
	color: #0033CC;
	text-decoration: none;
}
.button {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699FF;
	height: 25px;
	cursor:pointer;
}
.img-border {
	border: 1px solid #FFFFFF;
}

