
/* Page setup */

body {
	background:FloralWhite;
	font-family:  "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #000000;
	line-height: 18px;
	font-size: 14px;
	margin:0;
	padding:0;
}

h2.normal {
	font-variant : small-caps;
	color : brown ;
}

div.topmatters {
	background:white;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

div.body {
	margin-left : 4%;
	margin-right : 4%;
}

div.research {
#	font-size: 0.95em;
}

table {
	align: center;
	text-align: center; 
	margin : 0px ;
	border : none ;
	border-spacing : 0px ;
	padding : 0px ;
	overflow : auto ;
}

/* table for the banner */

td.banner {
	font-style: bold;
	width : 200px ;
}

td.banner:hover {
	font-style: bold;
	color : brown ;
}

/* table for address */

td.address {
	text-align: left;
	font-style: italic;
}

/* For links */

a:hover {
	cursor : pointer ; 
	font-weight : bold ;
}

a:link {
	color: #00008B;
#	color:  #723b14   ;
    	text-decoration: none;
}

a:visited {
	color: #00008B;
#	color: #723b14  ;
	text-decoration: none;
}


