/* ---( = begin global reset thanks to eric meyer elements )------------------------------- */

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;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---( = begin gobal elements )------------------------------- */

body {
	font-family: georgia, serif;
		background: white;
		font-size: 11pt;
		margin: 0 5%;
}

td, th, h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6 {font-weight:bold;}

ul {margin: 5px 0 15px 40px;}

li {
	font-family: georgia, serif;
	margin:3px 0 3px 0;
	list-style-type:square;
}

p {
	font-size: 10pt;
	font-family: georgia, serif;
	line-height: 1.2em;
	margin-bottom:10px;
}


a, a:visited {text-decoration: underline;}

/* ---( = begin gobal elements )------------------------------- */

.wrapper {width:95%}

div#header {border-top: 2px solid #000;border-bottom: 2px solid #000;margin-bottom:30px;}
div#legals {border-top: 1px solid #000;border-bottom: 1px solid #000;}

div#header h1, div#header h1 a, div#header h1 a:visited {
	color:#000;
	font-weight:bold;
	padding: 10px 0;
	font-size: 14pt;
	width: 100%;text-decoration:none;}

div#header h2, div.rcolumn, #nav, div#legals ul {display:none;}


.lcolumn .pad ul li {
	font-size: 10pt;
	margin: 0;
	padding: 0;
	color: #000;
}


/* ---( = begin table elements )------------------------------- */

table {border-collapse:collapse;width:100%;margin:10px 0;}
table th {text-align:left;padding:4px 6px;font-size: 10pt;text-transform:uppercase;border-bottom:1px solid #000;}
table td {padding:3px 6px;font-size: 10pt;border-bottom:1px solid #ddd;}
table tr.odd td {background:#eeeeee;}
table.no-stripe tr.odd td, table.no-stripe tr.highlight td {background:transparent}
table .rate img {float:left;margin:1px 1px 0 0;}
table .comments {text-align:right;}
table tr.highlight td, table td.highlight {color:#222;background:#a6d6f9;}


table th.task {width: 100px;}

table th.amount {width: 50px;}

table td.amount, table tr.odd td.amount  {background:#ccc;font-weight:bold;color:#000;text-align:right;}

table tr.total td, table tr.total td.amount  {background:#ccc;font-weight:bold;color:#000;}