/* CSS Document */

body 	{
		margin:0px;
		padding:0px;
		font-family:Arial, Helvetica, sans-serif;
		color:#333333;
		background-color:white;
		font-size: 10pt;
		}
	
h1 		{
	font-size:11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	
		}
.subh1 		{
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: normal;	
		}
a {
	color: #990000;
	text-decoration: none;
	}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}

a:active {
	color: #990000;
	text-decoration: underline;
}
.boarderline1 {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
.boarderline2 {
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: center;
}
.cellbackground {
	background-image: url(images/FFA-bkg-web.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
