body {
	background-color: #F4F5F7;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4B4B4B;
}
body, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4B4B4B;
}
p {
	line-height: 14px;
}
a:link, a:visited, a:active {
	color: #1661C5;
	text-decoration: none;
}
a:hover {
	color: #1661C5;
	text-decoration: underline;
}
#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00366E;
	line-height: 16px;
}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	color: #00366E;
	font-weight: bold;
}
#breadcrumb a:hover {
	color: #1661C5;
	font-weight: bold;
}
.border {
border: 1px solid #DFDEDE;
}