﻿div.footer
{
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: #003366;
    vertical-align: middle;
    font-weight:bold;
}

A:link
{
	cursor : hand;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}  
