body { background-color: white; font-family: Helvetica, sans-serif; color: black; font-size: 10pt; }
		
#main { width: 800px; margin: auto; }
#logo { text-align: right; width: 100%; }

h1 {
	background: url(../images/dot.gif) no-repeat 15px 7px;
	padding-left: 40px;
	padding-bottom: 10px;
	color: #019894;
	border-bottom: 1px solid black;
	font-size: 15pt;
	font-weight: bold;
}
h2 { font-size: 12pt; font-weight: bold;}

.noheader {
	background-image: none;
	border-bottom: 0px;
	padding-left: 0px;
}

table { width: 100%; font-size: 10pt; }

/*td:nth-child(odd) { width: 20%; }
td:nth-child(even) { width: 30%; }*/

p { text-align: justify  }

#footer { width: 100%; text-align: right; }
