@font-face
{
	font-family: VictorianD;
	font-style:  normal;
	font-weight: normal;
	src: url(http://www.emetamora.com/font/VICTORI0.eot);
}

/* basic */
a	{text-decoration: none; font-weight: bold; }
a:active, a:link, a:visited
	{color: #804040; }
html, body
{
	background-color: white;
}
h1
{
	color: #804040; font-family: VictorianD,serif; font-size: 250%; text-align: center;
}
h2
{
	color: #804040; font-size: 120%; margin-bottom: 0px; text-align: left;
}
h3
{
	color: #804040;
	font-size: 110%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
}
h4	{color: #804040; font-size: 100%; margin-bottom: 0px; text-align: left; }
img
{
	border-style: none;
	margin: 0;
	padding: 0;
}

p
{
	color: black;
	font-family: "Times New Roman Bold",serif;
	font-size: medium;
	font-weight: normal;
	text-align: justify;
}
div.copyright
	{color: black; font-family: Helvetica,Helv,Arial,sans-serif; font-size: xx-small; font-weight: normal; }
div.imagefooter-left
	{color: black; float: left; font-family: Helvetica,Helv,Arial,sans-serif; font-size: x-small; font-weight: bold; margin: 0 1em 0 0; padding: 0; text-align: center; }
div.imagefooter-right
	{color: black; float: right; font-family: Helvetica,Helv,Arial,sans-serif; font-size: x-small; font-weight: bold; margin: 0 0 0 1em; padding: 0; text-align: center; }
table	{border-collapse: collapse; border-style: none; border-width: 0; }
ul	{margin-bottom: 0; margin-top: 0; text-align: left; }

/* main layout table */
table.main
	{background-color: white; margin: 0; padding: 0; vertical-align: top; }
tr.bar	{background-color: navy; height: 4px; }
td.body	{background-color: white; color: black; font-family: "Times New Roman",serif; font-weight: normal; text-align: justify; padding: 20px 20px 20px 20px; vertical-align: top; width: 500px; }
td.banner
	{background-color: white; margin: 0; padding: 0; text-align: center; }

div.main
{
	border-collapse: collapse; border-style: none; border-width: 0;
	margin-bottom: 0; margin-left: 85px; margin-top: 0;
	padding: 0;
	width: 552px;
}
div.topleft
{
	float: left;
	height: 200px; width: 300px;
	margin: 0; padding: 0;
}
div.topright
{
	height: 200px; width: 200px;
	margin: 0; padding: 0;
	text-align: center; vertical-align: middle;
}
div.infobox
	{margin: 0; padding: 0; width: 100%; }
div.image
	{margin: 0; padding: 0; text-align: center; }
div.leftcolumn
	{color: black; float: left; font-family: Helvetica,Helv,Arial,sans-serif; font-size: 90%; font-weight: normal; margin: 0 5px 0 10px; text-align: justify; width: 240px; }
div.rightcolumn
	{color: black; font-family: Helvetica,Helv,Arial,sans-serif; font-size: medium; font-weight: normal; margin: 0 10px 0 5px; text-align: justify; width: 240px; }

/* info table */
table.info
{
	font-family: Helvetica,Helv,Arial,sans-serif;
}
table.info tr.bar
{
	background-color: #6495ED;	/* cornflowerblue */
	height: 4px;
}
table.info td.label
{
	background-color: navy;
	color: white; font-size: 90%; font-weight: bold;
	text-align: right; vertical-align: top;
	width: 30%;
}
table.info td.data
{
	background-color: white;
	color: black;
	text-align: left; vertical-align: top;
	width: 100%;
}
