/*  =reset.css
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
html {
	scrollbar-base-color: #CC9966;
}
body {
	background-color: #9C6B3A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	font-size: 11px;
	color: #9C6B3A;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #9C6B3A;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #9C6B3A;
}
a:active {
	text-decoration: none;
}
.centered {
	text-align:center;
}
.emphasis {
	color: #990000;
	font-weight: bold;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #9C6B3A;
}
.titles {
	text-align: center;
	color: #BF0A30;
	font-weight: bold;
	line-height: 24px;
}
.points {
	color: #003366;
	font-weight: bold;

}
.leftimg {
	float: left;
	margin-right: 17px;
}
.rightimg {
	float: right;
	margin-left: 20px;
}
.clear {
	clear: both;
}
.footnotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	margin-left: 40px;
	margin-right: 40px;
	color: #996600;
}
.pagetitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8A0000;
	text-align: center;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #8A0000;
	text-align: center;
}
.datatable {
	width: 90%;
}
.datatable td {
	vertical-align: top;
	text-align: left;
	border: ridge 2px;
	font-size: 10px;
	color: #990000;
	padding: 10px;
}
.datatable th {
	vertical-align: middle;
	text-align: center;
	border: ridge 2px;
	padding: 10px;
}
.datatable_corporate {
	width: 90%;
}
.datatable_corporate td {
	vertical-align: top;
	text-align: left;
	border: ridge 2px;
	font-size: 10px;
	color: #990000;
	padding: 10px;
}
.datatable_corporate th {
	vertical-align: middle;
	text-align: center;
	border: ridge 2px;
	padding: 10px;
}
.datatable_corpgift {
	width: 70%;
}
.datatable_corpgift td {
	padding: 0;
	text-align: right;
	border: ridge 2px;
	font-size: 10px;
	color: #990000;
}
.datatable_corpgift th {
	padding: 0;
	text-align: center;
	background-color: #CC9966;
}

