
/* CSS Document */


body {
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	
}
td {
	font-size:12px;

}
#topholder {
	width:auto;
	background-color: #336699;
	padding: 25px;
	color:#FFF;
	
}
#topholder h1{
	width: 900px;
	margin: auto;
}
#topholder h1 a{
	width: 900px;
	margin: auto;
	color:#FFF;
	text-decoration:none;
}
#centerholder {
	width: 950px;
	margin:auto;
	background-color: #FFFFFF;

	padding: 25px;
	
	font-size: 14px;
	
}
#centerholder a{
	color:#000;
}
#bottomholder {
	width:auto;
	background-color: #336699;
	height: 200px;
	padding: 25px;
	color:#FFF;
}
#bottomholder a{
	color: #FFF;
}
#centerholder table tr th {
	font-size: 24px;
}
.imp {
	color: #900;
}

