.borderLeft {
	background-image: url(images/borderLeft.gif);
	background-repeat: repeat-y;
}
.borderRight {
	background-image: url(images/borderRight.gif);
	background-repeat: repeat-y;
}
.plainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.firstPara {
	font-size: 14px;
	font-weight: bold;
}
.whiteText {
	color: #FFFFFF;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.light {
	color: #FFCFFF;
}
