html, body {
    background-color: #FFFFFF;
 
}

.noPrint {

display: none;

}


		
#centercolumn {
	margin-top: 0px;
	margin-left:0px;
	padding: 0px;

	}

h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	text-align: center;
	}

th {
	background-color: #FFFFFF;
	font-family: Times New Roman, Times, serif;

}


td {

font-family: Times New Roman, Times, serif;
font-size: 10px;
color: #000000;
background-color: #FFFFFF;

}
a:link {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration: none;
}
