/* CSS Document */

img {
	border: 0;
}

h1 {
	font-size: 24px;
	color: #666;
	font-weight: normal;
	letter-spacing: 2px;
}

h2 {
	color: #2188ae;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	line-height: 130%;
	word-spacing: 2px;
}

h2 a {
	text-decoration: none;
}

	h2 a:hover {
		color: #0033FF;
	}

h3 {
	font-size: 20px;
	color: #666;
	font-weight: normal;
}

h4 {
	color: #2188ae;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	word-spacing: 2px;
	margin: 0;
	padding: 4px 0 4px 0;
}

	h4 a {
		color: #2188ae;
		text-decoration: none;
	}
	
	h4 a:hover {
		color: #000;
	}

hr {
	color: #cacaca;
	background-color: #cacaca;
	border: 0;
	height: 1px;
	width: 112%;
	margin-left: -10px;
}

.blue {
	color: #00aeef;
}

.font10 {
	font-size: 10px;
}

.font12 {
	font-size: 12px;
}


a {
	color: #00aeef;
}

	a:hover {
		text-decoration: none;
	}
	
.read-more {
	text-align: right !important;
	font-size: 11px;
}

	.read-more a {
		text-decoration: underline;
		color: #595959;
	}
	
	.read-more a:hover {
		text-decoration: none;
	}
	
.float-image-right {
	float: right;
	padding: 0 0 15px 20px;
}

	.float-image-right img {
		border: 3px double #ccc;
	}
	
.float-image-right2 {
	float: right;
	padding: 0 0 15px 20px;
	margin-right: -220px;
}

	.float-image-right2 img {
		border: 3px double #ccc;
	}

	
.image-border {
	float: left;	
}

.image-border img {
	border: 3px double #ccc;
}


	
.list2 {
	list-style-image:url(../grfx/tick.jpg);
}
	
.abn {
	font-size: 11px;
	margin-top: -15px;
}