/* General header and bodytext: */
H1 {
	font-family: arial;
	font-size: 16px;
	font-color: black;
	text-align: left;
}
P.bodytext {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-color: black;
	margin: 0px 0px 0px 0px;
	text-align: left;
}


/* Additional attributes for content in RIGHT column */
#colRight H1 {
	font-size: 12px;
	text-align: left;
	border-top: solid 8px #0D3671;
	padding-top: 8px;
	font-color: #80A0CA;
}
#colRight H4 {
	font-size: 12px;
	text-align: center;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 6px 0px;
	color: white;
	background-color: #0D3671;
}
#colRight H5 {
	font-size: 12px;
	text-align: center;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 6px 0px;
	color: white;
	background-color: #8A0000;
}
#colRight P.bodytext {
	font-size: 11px;
}


/* Overriding attributes for columns in case of content template #3 */

#ct3 #colRight P.bodytext,
#ct3 #colLeft P.bodytext,
#ct3 #colNormal P.bodytext
{
	font-size: 10px;
}
#ct3 #colRight H1,
#ct3 #colLeft H1,
#ct3 #colNormal H1
{
	font-size: 12px;
	text-align: center;
	font-color: white;
}

#ct3 #colLeft H1 {	background-color: #99B5D7; }
#ct3 #colNormal H1 { background-color: #99B5D7; }
#ct3 #colRight H1 {	background-color: #99B5D7; }

#ct3 TD#colRight {padding-left: 5px;}
#ct3 TD#colLeft {padding-right: 5px;}
#ct3 TD#colNormal {padding-right: 5px;padding-left: 5px;}



/* NEWS splash in template #4 */
TABLE#news-table {
  margin-left: 10px;
}
TD.news-header {

}

TD.news-header H1 {
  color: black;
  margin: 0px 0px 0px 0px;
  text-align: center;
	font-size: 12px;
}
