.leftBorder {
	background-image: url(../images/left_border.gif);
	background-repeat: repeat-y;
}
.rightBorder {
	background-image: url(../images/right_border.gif);
	background-repeat: repeat-y;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 534538;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a4a8c;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663366;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
	cursor: hand;
}
.menuText {
	font-family: "MS Shell Dlg";
	font-size: 12px;
	color: #534538;
        text-align: center;
        border: 1px solid #ffffff;
        background-color: #D7E3A1;
        font-weight: 600;
}
.smallText {
	font-family: verdana;
	font-size: 10px;
	color: #534538;
}
.image {
	margin-top: auto;
	margin-right: auto;
	margin-left: 10px;
	text-align: left;
	float: right;
}
