/* CSS Document */
/* text-table.css for the article reprints 5 april 2010 */

body {
	background-color: #3366CC;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	text-align: center;
	color: #FF0000;
}



h4 {
	font-size: 16px;
	text-align: center;
	color: #FF0000;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	padding-right: 150px;
	padding-left: 150px;
}
	
table {
	background-color: #FFFFFF;
}



