/* Text attributes */
a {
	text-decoration:underline;
	font-family:arial;
}

/* Horizontal line color */
hr {height:1px;}

/* New paragraph left margin */
p {margin-left: 0px}

/* Body attributes */
body {
	margin:0px;
	margin-top:0px;
	padding-top:0px;
	background-color: #ffffff;
	background-image: url("images/ifbabackground.jpg");
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-family: arial,helvetica,verdana,sans-serif;
}

.upD {
			font-size:90%;
			color:green;
		}