.tableBorder {
	border: 1px solid #000000;
}
.tdBorderTop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 20px 28px;

}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3B3C88;
	font-size: 12px;
}
a:active {
	font-weight: bold;
}
a:link {
	font-weight: bold;
}
a:visited {
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
}


a.breadcrumb:active {
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
		color: #666666;
}
a.breadcrumb:link {
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
		color: #666666;
}
a.breadcrumb:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
		color: #666666;
}
a.breadcrumb:hover {
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	color: #666666;
}

div.hr {
  height: 15px;
  background: #fff url(images/hr.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}
.copyright {
	font-size: 10px;
	color: #2F4C97;
}

.copyright a:active {
	text-decoration:none;
	font-weight:normal;
	color: #2F4C97;

}
.copyright a:link {
	text-decoration:none;
	font-weight:normal;
	color: #2F4C97;
}
.copyright a:visited {
	text-decoration:none;
	font-weight:normal;
	color: #2F4C97;
}
.copyright a:hover {
	text-decoration:underline;
	font-weight:normal;
	color: #2F4C97;
}
h1 {
	font-size:8px;
	font-weight: normal;
	color: #999999;
	margin: 1px;
	padding: 1px;
}