/* CSS Document */

/* settings for the general page behavior while printing*/

body{
	background-color:#FFFFFF;
	font-family: "Times New Roman", Times, serif; 
	font-size: 100%;
	color: #000000;
	}
.noprint{
	display: none;
	}
a:link{
	font-size:100%;
	color: #000000;
}
a:visited {
	color: #000000;
	}
a:hover {
	color: #000000;
	}
a:active {
	color: #000000;
	}