body {
	background-color: #F2F3F5;
}
.toplinkbg {
	background-image: url(images/navbar.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0B0B2;
	border-right-color: #8E4804;
	border-bottom-color: #8E4804;
	border-left-color: #B0B0B2;
	height: 37px;
}
.border {
	border: 1px solid #DBDBDB;
}
.text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #3D3C3B;
	text-decoration: none;
}
.blacktext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.text:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #3D3C3B;
	text-decoration: underline;
}
.errtext {color: #FF0000}
.input {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #C5C5C7;
	background-color: #F2F3F5;
}
.button {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-image: url(images/buttonbg.gif);
	height: 17px;
	border: 1px solid #C5C5C7;
}
.blackbold {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

