.border {
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #0033FF;
}
.TopText {
	font-family: "Monotype Corsiva";
	font-size: 18px;
	font-style: bold;
	color: #333399;
	font-weight: normal;
}
.tableBorder {
	border: thin inset #0033CC;
}
.txtmid {
	font-family: sans-serif;
	font-size: 12px;
	color: #114B99;
}
.PicBorder {
	border: medium double #114B99;
}
.bottomBorder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #114B99;
}
.pageBorder {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: inset;
	border-left-style: outset;
	border-right-color: #144E9E;
	border-left-color: #144E9E;
}
.smallBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #114B99;
}

