/* CSS Document */
body {
  background-color: #E2D0BE;
}

td {
	font-family: Tahoma;
	font-size: 10pt;
	color:#333333;
}
.text-underline {
	color: #000000;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10pt;
}

.subhead {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 8pt;
}
.caption {
	font-family: Tahoma;
	font-size: 8pt;
	color: #666666;
}

.subhead-red {
	color: #B23030;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
}

img {border-color: #cccccc}

.footer {
	color: #666666;
	font-size: 11px;
	line-height: 12pt;
}
a.nav-footer:link {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	line-height: 12pt;
}
a.nav-footer:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	line-height: 12pt;
}
a.nav-footer:hover {
	color: #B23030;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	line-height: 12pt;
}
a.home:link {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
	font-style:italic;
}
a.home:visited {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
	font-style:italic;
}
a.home:hover {
	color: #B23030;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
	font-style:italic;
}

