.textgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}
.textblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #0077a9;
	text-decoration: underline;
}
.textsmallblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #0077A9;
}
.pagetitle_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2189b4;
	font-weight:bold;
	font-stretch:expanded;
	line-height:25px;
}
.pagetitle_gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #a0a0a0;
	font-weight:bold;
	font-stretch:expanded;
	line-height:25px;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #abacae;
	font-weight: bold;
    font-stretch: expanded;
	line-height: 14px;
	text-align: justify;	 
}
.quote a:link { text-decoration:none; color: #abacae; }
.quote a:visited { text-decoration:none; color: #abacae; }
.quote a:hover { text-decoration:none; color: #2189b4; }
.quote a:active { text-decoration:none; color: #2189b4; }

.table_bg_blue {
	color: #ffffff;
    background: #0077A9;
}

.thumb_border img{ border: 2px solid #abacae; }
.thumb_border:hover img{ border: 2px solid #2189b4; }
.thumb_border:hover{ color: #2189b4; }
