/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 12pt;
	text-align: center;
	color: white;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 14pt;
}

hr {
	height: 1px;
	border-style: none;
	color: black;
	background-color: black;
}

.tableBorder {
	border: 1px solid #000000;
}

.separator {
	background-color: gray;
	border-bottom: 1px solid black;
}

.agreement {
	background-color: gray;
	align="justify";
}

.print {
	background-image: url(print_bg.png);
	background-repeat: no-repeat;
}

.break { 
	page-break-before: always; 
}

p {
	padding: 2px 0px 0px 0px;
	margin: 0;
}
