* {
	font-family: "Times New Roman", Times, serif;
/*	font-family: "Trebuchet MS", Verdana, sans-serif; */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	color: #58595b;
/*	font-size: 10pt; */
	font-size: 11pt;
}

#maincontainer {
	margin: auto;
	background-color: #ffffff;
	padding: 8px;
}

#headermenu {
	height: 0px;
	visibility: hidden;
}

#header {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	text-align: left;
	color: #716f6e;
	letter-spacing: 0.1em;
}

#subheader {
	width: 0px;
	visibility: hidden;
}

#mainmenu {
	height: 0px;
	visibility: hidden;
}

#footer {
	margin-top: 4px;
	border-top: solid 1px #b8b7b6;
	color: #716f6e;
/*	font-size: 8pt; */
	font-size: 7pt;
	text-align: right;
}

#footer a {
	color: #716f6e;
}


