A:link, A:visited, A:active { 
	text-decoration: none; 
	font-weight:bold;
}

A:hover { 
	text-decoration: underline; 
	font-weight:bold;
}

body {
	margin: 0px;
	padding: 0px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.BankTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

