body
{
	background-color: white;
	color: black;
	border: 6px solid #3333aa;
	padding: 0px;
	padding-bottom: 3px;
	margin: 0px;
}

div.homelink
{
	text-align: right;
}

img
{
	border: 0px;
}

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

p.center
{
	display: block;
}

p.top
{
	margin-top: 0px;
}

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

table.center td
{
	text-align: left;
}

p.blockquote
{
	margin-left: 3em;
	margin-right: 3em;
	text-align: left;
}

form
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

form td.fieldlabel
{
	font-weight: bold;
	text-align: right;
	padding-top: 4px;
	vertical-align: top;
	white-space: nowrap;
}

form td.fieldannotation
{
	font-style: italic;
	white-space: nowrap;
}

fieldset
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

ul
{
	list-style-type: circle;
}

ul.nodecor,
ul.nodecor_indent
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.nodecor_indent
{
	margin-left: 2em;
}

ul.spaced>li,
ol.spaced>li
{
	margin-bottom: 0.5em;
}

ul.novertmargin
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

span.action
{
	font-style: italic;
}

span.speaker
{
	font-weight: bold;
}

li p.itemstart,
span.itemstart
{
	font-weight: bold;
	margin-bottom: 0.5em;
}

li p.item,
li p.itemcont,
span.itemcont
{
	margin-top: 0.5em;
}

a:link,
a.nolinkhistory:visited,
body.nolinkhistory a:visited
{
	color: blue;
}

a:hover,
a.nolinkhistory:hover,
body.nolinkhistory a:hover
{
	color: #7777ff;
}

a:active
{
	color: red;
}

hr
{
	border: 2px solid #3333aa;
	margin-top: 8px;
	margin-bottom: 8px;
}

hr.soft
{
	border: 2px solid #ccddff;
}

hr.dark
{
    border: 1px solid black;
}

/*****************************************************************************/

a.hoverlight:link,
a.hoverlight:visited
{
	font-size: 10pt;
	font-weight: bold;
	color: #3333aa;
	text-decoration: none;
}

a.hoverlight:active,
a.hoverlight:hover
{
	color: red;
}

/*****************************************************************************/

h1
{
	text-align: center;
	vertical-align: middle;
	color: white;
	background-color: #3333aa;
	font-size: 12pt;
	font-weight: bold;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	white-space: nowrap;
}

h1.top
{
	margin-top: 0px;
}

h2
{
	text-align: center;
	vertical-align: middle;
	color: black;
	background-color: #ccddff;
	border: 1px solid #3333aa;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 12px;
	white-space: nowrap;
}

h2.top
{
	margin-top: 0px;
}

h3.center
{
	margin-top: 10px;
	margin-bottom: 10px;
}

h4.center
{
	margin-top: 7px;
	margin-bottom: 7px;
}

.errorheader,
.errorcenter,
.error,
.red
{
	color: red;
}

.redbold
{
	color: red;
	font-weight: bold;
}

.errorheader
{
	font-weight: bold;
	text-align: center;
}

.errorcenter
{
	text-align: center;
}

.superscript
{
	font-size: 9pt;
	vertical-align: super;
}

.latest,
div.header p.latest
{
	font-style: italic;
	text-align: center;
}

div.header
{
	text-align: center;
	font-size: 10pt;
	margin-top: 12px;
}

div.header p
{
	text-align: left;
}

div.header p.center
{
	text-align: center;
}

div.header h2
{
	color: black;
	background-color: white;
	font-size: 18pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	border: 0px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

div.header h3
{
	font-size: 15pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.header p.credits,
div.header p.subcredits
{
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}

div.header p.subcredits
{
	font-size: 9pt;
}

div.header,
div.content
{
	padding: 0px 8px;
}

div.ifyouliked,
div.footer
{
	margin-top: 8px;
	padding: 8px;
	padding-top: 0px;
	border-top: 4px solid #3333aa;
}

div.ifyouliked
{
	text-align: center;
	font-weight: bold;
}

div.ifyouliked table
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

div.ifyouliked table td
{
	padding: 4px 20px;
	vertical-align: top;
}

div.footer h3
{
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.footer p
{
	font-size: 10pt;
	margin-left: 2em;
	margin-right: 2em;
}

div.footer table
{
	margin-left: 2em;
	margin-right: 2em;
}

div.footer table td
{
	vertical-align: top;
}

div.footer table td p
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
}

div.footer ul
{
	font-size: 10pt;
	font-style: italic;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	list-style-type: none;
}

div.footer ul.items
{
	font-size: 10pt;
	font-style: normal;
	margin: 12px 3em;
	padding: 0px;
	list-style-type: circle;
}

div.footer ul.items,
div.footer ul.spaceditems
{
	font-size: 10pt;
	font-style: normal;
	margin: 12px 3em;
	padding: 0px;
	list-style-type: circle;
}

div.footer ul.spaceditems li
{
	margin-bottom: 0.5em;
}

div.footer ul.subitems
{
	font-size: 10pt;
	font-style: normal;
	margin: 0px 3em;
	padding: 0px;
	list-style-type: circle;
}

div.footer ul.spaceditems ul.subitems
{
	margin-top: 0.5em;
}

div.footer ul.items li,
div.footer ul.subitems li
{
	margin-bottom: 0px;
}

/*****************************************************************************/

.minibar
{
	margin: 14px 0px;
	text-align: center;
}

.toolbar ul,
.toolbar_top ul,
.toolbar_middle ul,
.toolbar_bottom ul,
.minibar ul
{
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 16px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
	list-style-type: none;
	background-color: #ccddff;
	border: 1px solid #3333aa;
	color: black;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

.toolbar ul,
.toolbar_top ul,
.toolbar_middle ul,
.toolbar_bottom ul
{
	background-color: #3333aa;
	color: yellow;
}

.minibar ul
{
	display: inline;
	margin-left: auto;
	margin-right: auto;
}

.toolbar ul li,
.toolbar_top ul li,
.toolbar_middle ul li,
.toolbar_bottom ul li,
.minibar ul li
{
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 7px;
	border: 0px;
	border-right: 1px solid #ccddff;
	display: inline;
}

.minibar ul li
{
	border-right: 1px solid #3333aa;
	padding-bottom: 2px;
}

html>body .toolbar ul li,
html>body .toolbar_top ul li,
html>body .toolbar_middle ul li,
html>body .toolbar_bottom ul li,
html>body .minibar ul li
{
	padding-left: 7px;
	padding-right: 10px;
}

.toolbar ul li.first_cell,
.toolbar_top ul li.first_cell,
.toolbar_middle ul li.first_cell,
.toolbar_bottom ul li.first_cell,
.minibar ul li.first_cell
{
	padding-left: 15px;
}

.toolbar ul li.only_cell,
.toolbar_top ul li.only_cell,
.toolbar_middle ul li.only_cell,
.toolbar_bottom ul li.only_cell,
.minibar ul li.only_cell
{
	padding-left: 15px;
	border-right: 0;
	padding-right: 15px;
}

.toolbar ul li.last_cell,
.toolbar_top ul li.last_cell,
.toolbar_middle ul li.last_cell,
.toolbar_bottom ul li.last_cell,
.minibar ul li.last_cell
{
	border-right: 0;
	padding-right: 15px;
}

.toolbar_top ul li a,
.toolbar_middle ul li a,
.toolbar_bottom ul li a,
.toolbar ul li a
{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #ccddff;
}

.minibar ul li a
{
	text-decoration: none;
	color: #3333aa;
}

.toolbar ul li a:hover,
.toolbar_top ul li a:hover,
.toolbar_middle ul li a:hover,
.toolbar_bottom ul li a:hover,
.toolbar ul li a:active,
.toolbar_top ul li a:active,
.toolbar_middle ul li a:active,
.toolbar_bottom ul li a:active,
.minibar ul li a:hover,
.minibar ul li a:active
{
	color: red;
}

.toolbar_top ul li a.selected_link,
.toolbar_middle ul li a.selected_link,
.toolbar_bottom ul li a.selected_link,
.toolbar ul li a.selected_link
{
	color: yellow;
}

.minibar ul li a.selected_link
{
	color: black;
}

.toolbar ul li a.selected_link:hover,
.toolbar_top ul li a.selected_link:hover,
.toolbar_middle ul li a.selected_link:hover,
.toolbar_bottom ul li a.selected_link:hover,
.toolbar ul li a.selected_link:active,
.toolbar_top ul li a.selected_link:active,
.toolbar_middle ul li a.selected_link:active,
.toolbar_bottom ul li a.selected_link:active,
.minibar ul li a.selected_link:hover,
.minibar ul li a.selected_link:active
{
	color: red;
}

.toolbar_top ul,
.toolbar_top ul li,
.toolbar_middle ul,
.toolbar_middle ul li
{
	margin-bottom: 0px;
}

.toolbar_middle ul,
.toolbar_middle ul li,
.toolbar_bottom ul,
.toolbar_bottom ul li
{
	margin-top: 0px;
	border-top: 1px solid #ccddff;
}

.toolbar ul li span.disabled,
.toolbar_top ul li span.disabled,
.toolbar_middle ul li span.disabled,
.toolbar_bottom ul li span.disabled
{
	color: white;
}

.minibar ul li span.disabled,
.minibar_top ul li span.disabled,
.minibar_middle ul li span.disabled,
.minibar_bottom ul li span.disabled
{
	color: black;
}

table.adtable,
table.layouttable
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

table.adtable td.no,
table.layouttable td.no
{
	width: 100%;
	vertical-align: top;
}

table.adtable td.ad,
table.layouttable td.ad
{
	width: auto;
	padding-left: 5px;
	text-align: right;
	vertical-align: top;
}

p.attribution
{
	font-style: italic;
	margin-left: 3em;
}

div.submit_line
{
	margin-top: 16px;
	margin-bottom: 16px;
	text-align: center;
}

ol.letters
{
	list-style-type: upper-alpha;
}

ol.numbers
{
	list-style-type: decimal;
}

dl dt
{
	font-weight: bold;
}

dl.strong dt
{
	font-size: 14pt;
}

p.footnote
{
	font-size: 10pt;
	font-style: italic;
}

p.smallfootnote
{
	font-size: 8pt;
}

div.comments_box,
div.comment_box,
div.comment_form
{
	background-color: #ccddff;
	border: 1px solid black;
	padding: 4px 10px;
	margin: 6px;
}

div.comment_box,
div.comment_form
{
	font-size: 8pt;
	background-color: #ffffdd
}

div.comment_box .comment_label
{
	font-weight: bold;
}

div.comments_box h5
{
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	margin: 1px;
	padding: 0px;
}

div.comments_box table.comments_table
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div.comments_box table.comment_table td.comment_data
{
	padding-right: 10px;
	vertical-align: top;
	white-space: nowrap;
}

div.comment_box table.comment_table td.comment_post
{
	vertical-align: top;
}

div.read_all_comments
{
	float: right;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-right: 7px;
}

div.comments_box a.no_underline
{
	text-decoration: none;
}

.imsite_title
{
	color: red;
	font-style: italic;
}

img.imsite_image
{
	margin-top: 8px;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	border: 4px ridge #3333aa;
	display: table;
	text-align: center;
}

.imsite_index_title,
.imsite_index_date
{
	font-style: italic;
}

.imsite_index_author
{
	font-weight: bold;
}

p.imsite_annotation
{
	text-align: right;
	padding-right: 50px;
	font-size: 10pt;
}

p.imsite_header
{
	text-align: center;
	font-weight: bold;
	font-size: 15pt;
	white-space: nowrap;
}

.imsite_header_comment_link
{
	font-size: 8pt;
	font-weight: normal;
}

div.next_prev table.next_prev_buttons
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

div.next_prev table.next_prev_buttons td.prev_button
{
	vertical-align: top;
	text-align: left;
	padding-left: 40px;
}

div.next_prev table.next_prev_buttons td.next_button
{
	vertical-align: top;
	text-align: right;
	padding-right: 40px;
}

div.next_prev table.next_prev_buttons table.prev_text_button,
div.next_prev table.next_prev_buttons table.next_text_button,
div.next_prev table.next_prev_buttons table.upcoming_text_button
{
	border: 2px solid #3333aa;
	border-collapse: collapse;
	background-color: #ccddff;
	display: inline-block;
}

div.next_prev table.next_prev_buttons table.upcoming_text_button
{
	border: 2px solid black;
	background-color: #dddddd;
}

div.next_prev table.next_prev_buttons table.prev_text_button td,
div.next_prev table.next_prev_buttons table.next_text_button td,
div.next_prev table.next_prev_buttons table.upcoming_text_button td
{
	width: 60px;
	padding: 12px;
	padding-top: 6px;
	padding-bottom: 9px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}

div.next_prev table.next_prev_buttons table.prev_text_button td a,
div.next_prev table.next_prev_buttons table.next_text_button td a
{
	text-decoration: none;
	color: #3333aa;
}

div.next_prev table.next_prev_buttons table.prev_text_button td a:hover,
div.next_prev table.next_prev_buttons table.next_text_button td a:hover
{
	color: red;
}

.next_prev_title
{
	font-weight: bold;
}

ul.errors > li
{
	margin-bottom: 0.5em;
}
