@import url("common.css");
p, body, td, .bodytext, .p {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.tinytext {
	color: black;
	font-size: 9px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.tableborders {
	border: solid 1px #006699;
	background-color: #f5f5f5;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
.tableborders th {
	background-color:#006699;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px;
	text-align: left;
}
.tableborders td {
	padding: 4px;
}
h4, h5, h6, .headline {
	color: black;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
h1, h2, h3, .headline_blue {
	color: #006699;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.HeadlineBg {
	color: #ffffff;
	background-color:#006699;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
a {
	color: black;
	text-decoration: underline
}
a:hover {
	color: #006699;
	text-decoration: none
}
.blackPinstripeBorder {
	border: 1px solid #000000;
}
.frontpageTH {
	color: black;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.DataGrid th {
	font-size: 12px;
	font-weight: bold;
	background-color:#CCCCCC;
	color: #000000;
	padding: 4px;
	text-align: center;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.superlink, a.superlink {
	color:#006699;
}
.bottomline {
	border-bottom: solid 1px #006699;
}
.topline {
	border-top: solid 1px #006699;
}
.BrandColorPinstripe {
	border: #006699 1px solid;
}
