body {
	text-align:			left;
	color:				#1f1e5a;
	font-family:		Arial, Helvetica sans-serif;
	font-size:			12px;
	background:			#fff;
}


h1,
.contentheading {
	color:				#1f1e5a;
	font-size:			14px;
	font-weight:		bold;
	margin:				0 0 15px 0;
	padding:			0;
}

h1 a:link,
h1 a:visited,
.contentheading a:link,
.contentheading a:visited {
	color:				#1f1e5a;
	text-decoration:	none;
}

h1 a:hover,
h1 a:active,
.contentheading a:hover,
.contentheading a:active {
	color:				#1f1e5a;
	text-decoration:	none;
}

.componentheading {
	display:			none;
}

h2 {
	color:				#454481;
	font-size:			12px;
	font-weight:		bold;
	margin:				0 0 10px 0;
	padding:			0;
} 

h2 a:link,
h2 a:visited {
	color:				#454481;
	text-decoration:	underline;
} 

h2 a:hover,
h2 a:active {
	color:				#454481;
	text-decoration:	none;
} 

.readmore {
	color:				#454481;
	text-decoration:	none;
	font-size:			10px;
}

.c_table {}