/* Ektron styles */

.heading {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 24px;
	line-height: 28px;	
	font-weight: normal;	
	color: #333333;
}	

.subheading {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 15px;
	line-height: 16px;	
	font-weight: normal;
	color: #333333;	
}	

.contentheading {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	line-height: 17px;	
	font-weight: bold;
	color: #000000;			
}	

.contentheadinggrey {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	line-height: 17px;	
	font-weight: bold;
	color: #333333;				
}	

.content {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
}
.contentgrey {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #333333;
}

a.contentlink:link, a.contentlink:visited, a.contentlinkOn:link {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #003366;
}
a.contentlink:hover  {
	background-color: #FFFFCC;
}

.contentbig {
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	color: #000000;
}

.contentbiggrey {
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	color: #333333;
}

a.contentbiglink:link, a.contentbiglink:visited {
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	color: #003366;
}
a.contentbiglink:hover  {
	background-color: #FFFFCC;
}

.contentsmall {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #000000;
	padding-left: 40px	
}
.contentsmallgrey {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #333333;
	padding-left: 40px
}