@charset "UTF-8";
/* CSS Document */

a {
	text-decoration:none;
	margin:0px;
	color:#00B5EF;
	font-weight:normal !important;
}

a:hover {
	text-decoration:underline;
}

.title {
	font:Arial;
	font-size:28px;
	margin-top:0px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:36px;
	color:#EC0089;
}

.title_yellow {
	font:Arial;
	font-size:28px;
	margin-top:0px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:36px;
	color:#D3DF4E;
}

.title_green {
	font:Arial;
	font-size:28px;
	margin-top:0px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:36px;
	color:#75C044;
}

.title_blue {
	font:Arial;
	font-size:28px;
	margin-top:0px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:36px;
	color:#00B5EF;
}

.subheading {
	font:Arial;
	font-size:12px;
	color:#EC0089;
	font-weight:bold;
}

.subheading_yellow {
	font:Arial;
	font-size:12px;
	color:#D3DF4E;
	font-weight:bold;
}

.subheading_green {
	font:Arial;
	font-size:12px;
	color:#75C044;
	font-weight:bold;
}

.subheading_blue {
	font:Arial;
	font-size:12px;
	color:#00B5EF;
	font-weight:bold;
}


.normal {
	font:Arial;
	color:#666;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.65px;

}

.normal_yellow {
	font:Arial;
	color:#D3DF4E;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.65px;

}

.normal_green {
	font:Arial;
	color:#75C044;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.65px;

}

.normal_blue {
	font:Arial;
	color:#00B5EF;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.65px;

}

.normal_magenta {
	font:Arial;
	color:#EC0089;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.65px;

}


.swl_heading_two {
	font-size:16px;
	color:#00B5EF;
	font-weight:bold;
}


.teddington_title {
	font-size:28px;
	margin-top:0px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:36px;
	color:#00b5ef;
}

.teddington_subheading {
	font-size:12px;
	color:#00b5ef;
	font-weight:bold;
}

.image_right {
	float:right;
	margin-left: 20px;
	border:1px solid #EC0089 !important;

}

.image_left {
	float:left;
	margin-right: 20px;
	border:1px solid #EC0089 !important;
}