.border {
	background-color: #FFFFFF;
	border: 1px solid #8D8D8D;
}
body {
	background-color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
	/*margin: 0px;*/
}
.bodyBorder {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8D8D8D;
	border-bottom-color: #8D8D8D;
	border-left-color: #8D8D8D;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #434343;
}
.footer a:link {
	font-size: 10px;
	text-decoration: underline;
	color: #434343;
}
.footer a:hover {
	font-size: 10px;
	color: #434343;
	text-decoration: underline;
}
.footer a:active {
	font-size: 10px;
	text-decoration: underline;
	color: #434343;
}
.footer a:visited {
	font-size: 10px;
	text-decoration: underline;
	color: #434343;
}
.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
}
.topNav a:link {
	font-size: 11px;
	text-decoration: none;
	color: #434343;
}
.topNav a:hover {
	font-size: 11px;
	color: #434343;
	text-decoration: none;
}
.topNav a:active {
	font-size: 11px;
	text-decoration: none;
	color: #434343;
}
.topNav a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #434343;
}
.breadcrumbBorder {
	background-color: #FFFFFF;
	border-right: 1px solid #8D8D8D;
	border-bottom: 1px solid #8D8D8D;
	border-left: 1px solid #8D8D8D;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
}
.mainBgBorder {
	background-color: #E8E8E8;
	margin-top: 10px;
	margin-bottom: 10px;
}
