body, td {
	color: #000;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

table#brochure			{ width: 100%; height: 100%; }
table#brochure td		{ vertical-align: middle; text-align: center; }
div.container	{
					position: relative;
					text-align: left;
					margin-left: auto;
					margin-right: auto;
					width: 700px;
					height: 500px;
					border: 1px solid #99CCCC;
				}

img {}
div#logo img { border: none; }

a, a:active, a:visited 	{ color: #009999; }
a:hover					{ color: #000099; }

h1 { font-family: Times New Roman, Times, serif; color: #000099; font-style:italic }
h2 { font-family: Times New Roman, Times, serif; color: #009999; font-style:italic }
h3 { font-family: Times New Roman, Times, serif; color: #000099; font-style:italic }

/* contacts table */
div#contacts {width: 80% }
div#contacts table { width: 100% }
div#contacts table td { vertical-align: top; }
div#contacts table td.left 	{ text-align:right; font-weight:bold }
div#contacts table td.right	{ text-align:left; }