body {
	font-family: Tahoma, Arial, Sans Serif;
	padding-top: 5px;
	padding-right: 5px;
}

body, p, table, td, div, span {
	font-size: 9pt;
}

h1, h2, h3 {
	font-family: Arial Black, Lucida Console, Times New Roman, Mono Sans MS, Arial, Sans-Serif;
	color: blue;
	font-weight: normal;
}

p {
	width: 85%;
}

.bordered {
	border: 2px solid blue;
}

td.bordered {
	padding: 10px;
}

h1 {
	padding-top: 10px;
	font-size: 21px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

table.realTable, table.realTableC {
	border-collapse: collapse; 
}

th.realTable, td.realTable, th.realTableC, td.realTableC {
	border: 1px solid blue;
	padding: 3px;
}

th.realTable, td.realTable, th.realTableC, td.realTableC {
	text-align: center;
}
