@import url("common.css");
p, body, td, .bodytext, .p {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.tableborders { 
	border: solid 1px #004A00;
 background-color: #f5f5f5;
 border-collapse: collapse;
 padding: 0px;
 margin: 0px;
}

.HeadlineBg, .tableborders th {
 font-size: 14px;
 font-weight: bold;
 background-color:#004A00;
 color: #ffffff;
 padding: 4px;
 text-align: left;
 font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}

.tableborders td {
 padding: 4px;
 
}

.DataGrid {
}
.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 
}

.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: #004A00;
 font-weight: bold;
 font-size: 16px;
 font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}

a {
 color: black;
 text-decoration: underline 
}

a:hover {
 color: #004A00;
 font-size: 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 
}
.superlink {
	color:#004A00;
}
.bottomline {
	border-bottom: solid 1px #004A00;
}
.topline {
	border-top: solid 1px #004A00;
}
.BrandColorPinstripe {
	border: #005A39 1px solid;
}


