body {
	background: white;
	margin: 0;
	color: black;
	font-family: "Trebuchet MS", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12pt;
}

font.title {
	color: navy;
	font-weight: bold;
	font-size: 20pt;
	text-align: center;
}

font.subtitle {
	color: navy;
	font-weight: bold;
	font-size: 12pt;
}

font.small {
	font-size: 9pt;
}

p.top {
	font-style: italic;
	font-size: 10pt;
}

pre.code {
	background: #E0E0FF;
	border: 1px dotted navy;
	padding: 4px;
}

table.data {
	width: 100%;
	padding: 0px;
	border: 3px ridge blue;
}

table.datasmall {
	padding: 0px;
	border: 3px ridge blue;
}

td.head {
	color: navy;
	font-size: 14pt;
	vertical-align: top;
	text-align: center;
}

td.sidehead {
	color: navy;
	font-size: 14pt;
	vertical-align: top;
	text-align: left;
}

img.link {
	width: 88px;
	height: 31px;
}

hr {
	color: blue;
	width: 100%;
	height: 2px;
}

iframe {
	border: 1px;
	margin: 0px;
}

a {text-decoration: none;}
a:link {color: blue;}
a:visited {color: purple;}
a:hover {color: red; text-decoration: underline;}
a:active {color: red;}
img {border: 0;}