
body, td, input, textarea, select	{ font-family: Tahoma, Arial, sans-serif; font-size: 9pt; }

h1, h2, h3	{ margin: 0px; padding: 0px; }
h1	{ font-size: 16pt; line-height: 125%; }
h2	{ font-size: 14pt; }
h3	{ font-size: 12pt; }

body, td
{
	line-height: 125%;
	color: black;
}

p
{
	margin: 1em 0;
}

body
{
	margin: 0px;
	background: url('images/body_bg.bmp');
	background-repeat: repeat;
	text-align: center;
}

div#pagediv
{
	position: relative;
	width: 1000px;
	height: 642px;
	margin: 0 auto;
	border: 1px solid black;
	text-align: left;
}

#pnav
{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#pnav td
{
	color: rgb(175,175,135);
	text-align: center;
	border-right: 1px solid black;
	vertical-align: middle;
}

#pnav td a
{
	display: block;
	width: 100%;
	padding: 4px 0;
	font-weight: bold;
}

table
{
	border-spacing: 0px;
	border-collapse: collapse;
}

th	{ vertical-align: bottom; text-align: center; }

td
{
	vertical-align: top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.speech
{
	font-size: 12pt;
	font-family: 'Times', serif;
	font-weight: normal;
}

div.speech a, div.speech a:link, div.speech a:visited, div.speech a:active, div.speech a:hover
{
	color: rgb(160,30,0); font-weight: bold;
}

.menu
{
	display: block;
	color: rgb(175,175,135);
}

.menu td
{
	padding: 2px 10px;
	text-align: left;
	vertical-align: top;
	line-height: 140%;
	font-size: 11pt;
	font-weight: bold;
	color: rgb(175,175,135);
}

.menu a
{
	padding: 0 3px;
	font-weight: bold;
}

.infocard
{
	color: rgb(175,175,135);
}

a img { border: none; }

a, a:link, a:visited, a:active, a:hover { color: rgb(175,175,135); text-decoration: none; }

a.infocard, a.infocard:link, a.infocard:visited, a.infocard:active { color: rgb(175,175,135); text-decoration: none; }
a.infocard:hover { color: rgb(175,175,135); text-decoration: underline; }


#footer
{
	width: 1000px;
	margin: 1em auto;
	text-align: center;
}

#footer a
{
	margin: 4px 2em;
}


.explain
{
	font-size: xx-small; /* 7pt; */
	color: #606060;
}

.err
{
	color: red;
	font-size: 9pt;
}



