﻿/*  Text and links styles */

.newsheadingtxt {

	font-size: 17px;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	color: #003366;
	text-decoration:underline;
	
}

.contenttxt {

	font-family: tahoma, Times New Roman, Times, serif;
	font-size: 11px;
	color: #000000;
}

.greycolortxt {

	font-family: tahoma, Times New Roman, Times, serif;
	font-size: 11px;
	color: #606170;
	
}

.smalllightbluetxt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #96afcd;
	
}

.contentpage-blueboldtxt {

	font-family: tahoma, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #002850;
	
}

.contentpagelarge-lightbluetext {

	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #597ca9;
	
}

a:link {

	color: #000000;
	text-decoration: underline;
	
}

a:visited {

	text-decoration: underline;
	color: #000000;
	
}

a:hover {

	text-decoration: none;
	color: #000000;
	
}

a:active {

	text-decoration: underline;
	color: #000000;
	
}

A.smallbluetxt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #96afcd;
	TEXT-DECORATION:underline;
	
}

A.smallbluetxt:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #96afcd;
	TEXT-DECORATION: none;
	
}

A.navlinktxt {

	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ececec;
	TEXT-DECORATION:none;
}

A.navlinktxt:hover {

	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ececec;
	TEXT-DECORATION: underline;
	
}

.pageLine
{

	background-color:#a2b9d5;
	height: 2px;
	
}