/* last updated 2009-01-07 by lm */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffee;
}

/*headlines*/
h1 {
	text-align: center;
}
h2 {
	color: #0020AA; text-align: center;
}
h4 {
	color: #0020AA; text-align: center;
}

/*links*/
a:link, a:visited, a:active {
	color: #0a6ceb;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

/*rulers*/
.hrSignature {
	margin-left: 0px;
	text-align: left;
	width: 33%;
}

/*paragraphs, divs*/
.mainp {
	color: #0020AA;
	font-size: 10pt;
	text-align: center;
}
.pghead {
	color: #0020AA;
	text-align: center;
	font-weight: bold;
}
.sign {
	color: #004080;
	font-size: 8pt;
	text-align: left;
}
.fewoLink {
	font-size: 8pt;
	text-align: left;
}

/*tables*/
td {
	font-size: 10pt;
}
.lnk {
	text-align: center;
	width: 10%;
}
.stdtbl {
	color: #0020AA;
	vertical-align: top;
}
.imgtbl {
	color: #0020AA;
	vertical-align: middle;
}

/* feedback*/
.fbList {
	color: #0020AA;
	list-style-type: square;
	font-size: 10pt;
}
