/*############### GLOBAL STYLES###################*/
HTML {
	background: #ffffff;	
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	}
BODY 	{	
	padding: 0;
	margin: 10px 0 0 10px;	/* t r b l */
	border: 0;
	width: 100%;	
	}

body, td, li, p {	
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #494444;
	}

a:link, td a:link {
	color: #0000ff;
/*	color: #03253a; */
	font-size: 11pt;
	margin:0;
	text-decoration: none;
	font-weight: normal;
	}

a:visited, td a:visited {
	text-decoration: none; 
	color: #5e63a3;
	}

a:hover, td a:hover {
	color: #0000ff;
	}


IMG {
	display: block;
	}

UL {
	list-style: square;
	margin-left: 10px;
	padding: 0;
	}

UL.no-dots {
	margin-left: 10px;
	list-style: none;
	}

LI {
	margin-left: 10px;
	margin-top: 10px;
	padding: 0;
	}
	
H1 {
	font-size: 20px;
	font-weight: normal;
	}

H2 {
	font-size: 15px;
	font-weight: normal;
	}

H3 {
	font-size: 12px;
	font-weight: normal;
	}
	
A.toptitle:link, 
A.toptitle:visited {
	color: #03253a;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 32pt;
	font-weight: normal;
	}

A.toptitle:hover  {
	color: #0055ff;
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: normal;
	}

div.topmenublock TD {
	vertical-align:baseline;
	text-align:center;
}	

div.topmenublock H1 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	}

div.topmenublock A:link {
	color: #03253a; 
	font-weight: bold;
	text-decoration: none;
	margin: 4px 4px 4px 4px;
	font-size: 11px;
	}

div.topmenublock A:visited {
	color: #5e63a3;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 4px 4px 4px;
	font-size: 11px;
	}

div.topmenublock A:hover {
	color: #0055ff;
	border: 1px solid #ddddff;
	margin: 4px 3px 4px 3px; /* t r b l */
	font-weight: bold;
	font-size: 11px;
	}

/* This code works with search button to remove the excess padding 
common to forms. So that it fits in one line of table */
form.lowpad {
        margin: 0 6px 4px 0;
        }
input.small {
        font-size: 9pt;
        margin: 0;
        }

