
/*Header and footer tags*/
table.pageheader {
	background-color: #000000;
	font-size: 10pt;
	font-style: bold;
	color: white;
	padding: 0em;
	width: 100%;
}


tr.headertitle {
	background-color: #999966;
	color: black;
	font-size:12pt;
	text-align: center;
}

A:visited.pageheader         {
	color: yellow;
}
A:link.pageheader          {
	color: yellow;
}


/* Body, Text, and Link Styles */

body    {
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	/*padding-right: 25px; padding-left: 25px;*/
}


P {
	color: black;
}
A:link {
	color: blue;
	text-decoration: none
}
A:visited {
	color: blue;
	text-decoration: none
}


div.note {
	font-size: 8pt;
	width: 75%;
}

th	{
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.caption {
	text-align: center;
	font-style: italic;
	font-size: 8pt;
}

td.nowrap {
	white-space: nowrap;
}

tr.light {
	background-color: #ffffff;
}

tr.dark {
	background-color: #dddddd;
}

tr.highlight {
	background-color: yellow;
}

tr.selected {
	background-color: red;
}

table.data {
	background-color: #dddddd;
	font-size: 8pt;
	text-align: center;
	border: 1px solid black;
	border-collapse: collapse;
	margin: 1em;
}

table.data td	{
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-top: 1px solid black;
	white-space: normal;
}

div.goodmessage, div.warning {
	background-color: #33ff33;
	width: 50%;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

div.warning {
	background-color: orange;
}

img {
	border: 3px solid black;
}
img.eqn {
	border: none;
}
div.entry {
	margin: 0em;
	padding-left: 2.5em;
	padding-bottom: 1em;
	border-bottom: 1px grey solid;
}

div.entry h3 {
	margin-left: -1em;
	margin-bottom: 0em;
	padding-top: 0.5em;
}


div.entry div.entry {
	background-color: #ccdddd;
	margin-left: 2em;
}

div.entryheader {
	color: grey;
	padding-bottom: 1em;
}

div.code {
	border: 1px solid grey;
	font-family: monospace;
	background-color: lightblue;
	padding: 0.75em;
	white-space: pre;
	margin-top: 0.5em;
	margin-left: 2em;
}

div.indent {
	margin-left: 3em;
}
dt { font-weight: bold;
	font-size: smaller;
}
dd {
	font-size: smaller;
	padding-bottom: 0.5em;
}
