.whiteboarder {
	border: 5px solid #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.textbold {
	font-size: small;
	font-weight: bold;
}
.textboldwhite {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
.textsmall {
	font-size: x-small;
}
a:link {
	color: #9E753D;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #9E753D;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #9E753D;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #9E753D;
	text-decoration: none;
	font-weight: bold;
}
a.smallnav:link {
	color: #9E753D;
	text-decoration: none;
	font-size: x-small;
}
a.smallnav:visited {
	color: #9E753D;
	text-decoration: none;
	font-size: x-small;
}
a.smallnav:hover {
	color: #9E753D;
	text-decoration: underline;
	font-size: x-small;
}
a.smallnav:active {
	color: #9E753D;
	text-decoration: none;
	font-size: x-small;
}
.bigtextbold {

	font-size: medium;
	font-weight: bold;
}
.blackboarder {
	border: 1px solid #000000;
}
