.pagetitle {
	font-family: "Bitstream Vera Sans";
	font-size: 24px;
	color: #000000;
	text-decoration: underline;
	text-transform: capitalize;
	text-align: center;
	vertical-align: top;
}
.smalltitle {
	font-family: "Bitstream Vera Sans";
	font-size: 16px;
	color: #000000;
	vertical-align: top;
	text-decoration: underline;
	text-align: center;
	vertical-align: top;
}

.bsmalltitle{
	font-family: "Bitstream Vera Sans";
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #000099;
	border-left: 1px solid #000099;
	border-bottom: 1px solid #9999FF;
	border-right: 1px solid #9999FF;
	}
	
.bpagetitle{
	font-family: "Bitstream Vera Sans";
	font-size: 24px;
	color: #000000;
	text-decoration: underline;
	text-align: center;
	border-top: 1px solid #000099;
	border-left: 1px solid #000099;
	border-bottom: 1px solid #9999FF;
	border-right: 1px solid #9999FF;
}

.rpagetitle {
	font-family: "Bitstream Vera Sans";
	font-size: 24px;
	color: #000000;
	text-decoration: underline;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #990000;
	border-left: 1px solid #990000;
	border-bottom: 1px solid #FF3333;
	border-right: 1px solid #FF3333;
}

.rsmalltitle {
	font-family: "Bitstream Vera Sans";
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #990000;
	border-left: 1px solid #990000;
	border-bottom: 1px solid #FF3333;
	border-right: 1px solid #FF3333;
}

