@charset "utf-8";

h1 {
	font-size: 24px;
	color: #0C4256;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0C4256;
	padding-bottom: 4px;
	background-image: url(../../../bell_fcu/elements/h1_image.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 40px;
	padding-top: 10px;
	margin-top: 1px;
	margin-bottom: 4px;
	font-weight: normal;
}

h2 {
	font-size:18px;
	color: #0C4256;
	display: block;
	padding-bottom: 4px;
	font-weight: normal;
}

.subHeading
{
	font-size:18px;
	color: #0C4256;
	padding-bottom: 4px;
	font-weight: normal;
	width:auto;
}

.warning 
{
	color:red;
	font-size:14px;
	text-decoration:underline;
}


.copyright {
	font-size:10px;
}

a:link {
	color: #12617E;
}

a:visited {
	color:#12617E;
}

a:hover {
	color:#12617E;
	text-decoration: none;
}

a:active {
	color:#12617E;
}

