/* General header and bodytext: */
H1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	margin-bottom: 15px;
	color: red;
}
H2 {
	font-family: Verdana, Helvetica, sans-serif;
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: red;
	
}
H3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: red;
	
}

P.bodytext, li {
	font-family: Verdana;
	font-size: 13px;
	margin: 0px, 0px, 0px, 0px;
}

.contenttable TD{
	vertical-align		:top;
}

.contenttable-1 p{
	font-size: 12px;
	font-weight:normal;
}
.td-0{
	width: 200px;
}


/* Additional attributes for content in RIGHT column */
#colRight H1 {
	margin: 2px;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
  background-color: #00003E;
  padding: 3px;
  border: none;
  color : white;
}
#colRight P.bodytext {
	font-size: 11px;
	margin: 5px
}

#colRight{
  background-color: #3D3D50;
  border: 1px solid #999999;
  padding: 3px;
}

/* Overriding attributes for columns in case of content template #3 */

#ct3 #colRight P.bodytext,
#ct3 #colLeft P.bodytext,
#ct3 #colNormal P.bodytext
{
	font-size: 11px;
}
#ct3 #colRight H1,
#ct3 #colLeft H1,
#ct3 #colNormal H1
{
	font-size: 12px;
	text-align: center;
	padding: 3px;
}


#ct3 #colLeft H1 {	background-color: #444444; border: 1px solid red;}
#ct3 #colNormal H1 { background-color: #444444; border: 1px solid red;}
#ct3 #colRight H1 {	background-color: #444444; border: 1px solid red;}

