/* CSS Document */
body 
{ 
	background: url(images/bg.gif) repeat-x #F3F9FB top center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-color: #333333;
}
.bluetext 
{
	color: #005F8C;
	font-size: 17px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005F8C;
	line-height: 19px;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004F75;
}

A:link	{ color: #005F8C; text-decoration: none; font-weight: bold;}
A:visited { color: #005F8C; text-decoration: none; font-weight: bold;}
A:active { color: #005F8C; text-decoration: none; font-weight: bold;}
A:hover	{ color: #053462; text-decoration: underline; font-weight: bold;}

.footer
{
	color:#0D5898;
	font-size: 11px;
}

.footer A:link	{ color: #0D5898; text-decoration: none; font-weight: bold; font-size: 11px;}
.footer A:visited { color: #0D5898; text-decoration: none; font-weight: bold; font-size: 11px;}
.footer A:active { color: #0D5898; text-decoration: none; font-weight: bold; font-size: 11px;}
.footer A:hover	{ color: #0D5898; text-decoration: underline; font-weight: bold; font-size: 11px;}