a:link{
	color: #336600;
}

a:visited{
	color: #808080;
}

a:active{
	color: #61706A;
}

body {
	background: url(images/bkgrd.jpg) #FFFFFF repeat;
	color: #3F5438;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
}

h1{
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

ol {
	font-size: 12pt;
	font-weight: bold;
	list-style: disc inside;
	vertical-align: bottom;
	font-style: italic;
}

ul {
	font-size: 12pt;
	font-weight: bold;
	list-style: disc url(images/dallio_bullet.gif);
	vertical-align: bottom;
	font-style: italic;
}

.label{
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.h1-sub{
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
}

.image-center {
	text-align: center;
	vertical-align: middle;
}

.date {
	color: #666633;
	font-size: 10pt;
	font-style: italic;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.notes {
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

.table-center{
	margin-left: auto;
	margin-right: auto;
}
