/* -------------------------------------------------------------------------- */
/* Content                                                                    */
/* -------------------------------------------------------------------------- */

div.content
{
	width: 355px;
}


/* -------------------------------------------------------------------------- */
/* Page Headlines                                                             */
/* -------------------------------------------------------------------------- */

td.contentcell div.superheadline
{
	font-size: 21px;
	font-family: helvetica;
	color: #999999;
}

td.contentcell div.pageheadline
{
	font-size: 21px;
	font-family: helvetica;
	color: #333333;
}


/* -------------------------------------------------------------------------- */
/* Abstract                                                                   */
/* -------------------------------------------------------------------------- */

div.abstract
{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.abstract table
{
	border-top: solid 1px #cecece;
	border-left: solid 1px #cecece;
}

div.abstract td
{
	border-right: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
}

td.abstractcell .copy
{
	font-size: 10px;
}

td.abstractcell
{
	background-color: #ffffeb;
	font-size: 10px;	
}

td.abstractcell span.hilite
{
	font-weight: bold;
}

td.abstractcell span.label
{
	font-weight: bold;
}

td.abstractcell div.dottedlinerule
{
	margin-top: 5px;
	margin-bottom: 5px;
}


/* -------------------------------------------------------------------------- */
/* Callout                                                                    */
/* -------------------------------------------------------------------------- */

div.callout
{
	width: 150px;
	margin-left: 10px;
	float: right;
}

div.calloutbox
{
	background-color: #ffffff;
	margin-bottom: 15px;	
}

td.contentcell
{
	background-color: #ffffff;	
}

td.calloutbordercell
{
	background-color: #cccccc;	
}

div.calloutcontent
{
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9.0px;
}

div.calloutcontent2
{
	margin-top: 8px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 9.0px;
}

div.calloutheadline
{
	font-weight: bold;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;	
}

div.calloutcontent ul
{
	list-style-type: square;
}

div.calloutcontent li
{
	display: list-item;
	list-style-type: square;
}

div.calloutrule
{
	padding-left: 10px;
	padding-right: 10px;
}

.calloutlink a
{
	color: #996600;
	font-weight: bold;
}

.calloutlink a
{
	color: #666666;
	font-weight: bold;
}

div.callout table.photobox
{
	margin-bottom: 15px;
	width: 150px;
}

div.callout table.photobox div.caption
{
	font-family: verdana, arial;
	font-size: 9px;
	margin-top: 5px;
}

div.callout table.photobox div.rule
{
	margin-top: 5px;
	margin-bottom: 5px;
}

div.callout table.photobox div.photo
{
	margin-top: 5px;
}


/* -------------------------------------------------------------------------- */
/* Subhead                                                                    */
/* -------------------------------------------------------------------------- */

div.subhead
{
	font-size: 11px;
	font-family: verdana;
	color: #666666;
	font-weight: bold;
	margin-bottom: 6px;
}


/* -------------------------------------------------------------------------- */
/* Paragraph                                                                  */
/* -------------------------------------------------------------------------- */

div.paragraph
{
	font-family: verdana, arial;
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 14px;
	color: #666666;
}

div.paragraph a, div.paragraph a:visited
{
	text-decoration: underline;
}


/* -------------------------------------------------------------------------- */
/* Bulleted List                                                              */
/* -------------------------------------------------------------------------- */

div.bulletedlist
{
	font-family: verdana, arial;
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 14px;
	color: #666666;
}

div.bulletedlist ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: disc;
}

div.bulletedlist li
{
	margin-top: 4px;
}

div.bulletedlist li a, div.bulletedlist li a:visited
{
	text-decoration: underline;
}


/* -------------------------------------------------------------------------- */
/* Top Header Table                                                           */
/* -------------------------------------------------------------------------- */


div.topcoldatatable
{
	margin-top: 15px;
	margin-bottom: 15px;
}

div.topcoldatatable table
{
	width: 100%;
	border-top: solid 1px #cecece;
	border-left: solid 1px #cecece;
}


div.topcoldatatable td
{
	border-right: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
}

div.topcoldatatable td.rowheadercell
{
	background-color: #e7e7e7;
	font-weight: bold;	
	font-size: 10px;
}

div.topcoldatatable td.headercell
{
	text-align: center;
	font-size: 10px;	
	background-color: #d7d7d7;
	font-weight: bold;	
}

div.topcoldatatable td.subheadercell
{
	text-align: left;
	font-size: 10px;	
	background-color: #e7e7e7;
	font-weight: bold;	
}

div.topcoldatatable td.alphadatacell
{
	font-size: 10px;
	background-color: #f7f7f7;
	text-align: left;
	vertical-align: top;
}

div.topcoldatatable td.alphadatacell a
{
	color: #996600;
}

div.topcoldatatable td.numericdatacell
{
	font-size: 10px;
	background-color: #f7f7f7;
	text-align: right;
	vertical-align: top;
}

div.topcoldatatable td.datedatacell
{
	font-size: 10px;
	background-color: #f7f7f7;
	text-align: center;
	vertical-align: top;
}

div.topcoldatatable td.timerangedatacell
{
	font-size: 10px;
	background-color: #f7f7f7;
	text-align: center;
	vertical-align: top;
}

div.topcoldatatable td.yesnodatacell
{
	font-size: 10px;
	background-color: #f7f7f7;
	text-align: center;
	vertical-align: center;
}


/* -------------------------------------------------------------------------- */
/* Left Header Table                                                          */
/* -------------------------------------------------------------------------- */

div.leftcoldatatable
{
	margin-top: 15px;
	margin-bottom: 15px;
}

div.leftcoldatatable table
{
	width: 100%;
	border-top: solid 1px #cecece;
	border-left: solid 1px #cecece;
}

div.leftcoldatatable td
{
	border-right: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
}

div.leftcoldatatable td.headercell
{
	background-color: #d7d7d7;
	font-weight: bold;	
}

div.leftcoldatatable td.alphadatacell
{
	background-color: #f7f7f7;
	text-align: right;	
	vertical-align: top;
}

div.leftcoldatatable td.numericdatacell
{
	background-color: #f7f7f7;
	text-align: right;
	vertical-align: top;
}


/* -------------------------------------------------------------------------- */
/* Table Caption                                                              */
/* -------------------------------------------------------------------------- */

div.tablecaption
{
	font-size: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: verdana, arial;
}

div.tablecaptionrule
{
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(/images/dots_bg.gif);
	background-repeat: repeat-x;
}


/* -------------------------------------------------------------------------- */
/* Access Bar                                                                 */
/* -------------------------------------------------------------------------- */

div.accessbar
{
	margin-top: 15px;
	margin-bottom: 15px;
}

div.accessbar td.dottedlinecell
{
	background-image: url(/images/dots_bg.gif);
	background-repeat: repeat-x;
}

div.accessbar div.text
{
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 9px;
	font-weight: bold;
}

div.accessbar a, div.accessbar a:visited
{
	color: #996600;
}


/* -------------------------------------------------------------------------- */
/* Top Nav Bar                                                                */
/* -------------------------------------------------------------------------- */

td.topnavcell
{
	padding-left: 10px;
	padding-right: 10px;
}

td.topnavcell div.link
{
	margin-left: 9px;
}

td.topnavcell div.link img
{
	margin-right: 5px;
}

td.topnavcell div.link a
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

td.topnavcell div.label
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	margin-left: 9px;
}

td.topnavcell div.formelement
{
	margin-left: 9px;
}


/* -------------------------------------------------------------------------- */
/* Paragraph List with Photos                                                 */
/* -------------------------------------------------------------------------- */

div.paragraphphotolist
{
	clear: all;
}

div.paragraphphotolist div.subhead
{
	font-size: 11px;
	font-weight: bold;	
}

div.paragraphphotolist div.description
{
	font-size: 10px;
	margin-bottom: 10px;
	line-height: 12px;	
}

div.paragraphphotolist div.link
{
	font-size: 10px;
	margin-top: 10px;	
	margin-bottom: 5px;	
}

div.paragraphphotolist a
{
	font-weight: bold;	
	color: #996600;
	text-decoration: none;
}

div.paragraphphotolist div.photo
{
	padding-left: 10px;
}

div.paragraphphotolist div.dottedline
{
	margin-top: 13px;
	margin-bottom: 13px;
}


/* -------------------------------------------------------------------------- */
/* Paragraph List                                                             */
/* -------------------------------------------------------------------------- */

div.paragraphlist div.subhead
{
	font-weight: bold;
	padding-right: 15px;
	margin-bottom: 0px;
	font-family: verdana, arial;
	font-size: 10px;
}

div.paragraphlist div.subhead a
{
	color: #996600;
	text-decoration: none;
}

div.paragraphlist div.description
{
	font-family: verdana, arial;
	font-size: 10px;
	margin-bottom: 15px;
	padding-right: 15px;
	line-height: 12px;
	color: #666666;
}


/* -------------------------------------------------------------------------- */
/* Promos                                                                     */
/* -------------------------------------------------------------------------- */

div.promobox
{
	background-color: #ffffff;
	margin-bottom: 15px;	
}

td.promocell
{
	background-color: #ffffff;	
}

td.otherinfopromocell
{
	background-color: #f5f5f5;	
}

td.promobordercell
{
	background-color: #cccccc;	
}

div.promocontent
{
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9.0px;
}

div.promocontent2
{
	margin-top: 8px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 9.0px;
}

div.promoheadline
{
	font-weight: bold;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;	
}

div.promorule
{
	padding-left: 10px;
	padding-right: 10px;
}

.promolink a
{
	color: #996600;
	font-weight: bold;
}

.promolink a
{
	color: #666666;
	font-weight: bold;
}


/* -------------------------------------------------------------------------- */
/* Error Box                                                                  */
/* -------------------------------------------------------------------------- */

div.errorbox
{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.errorbox table
{
	border-top: solid 1px #cecece;
	border-left: solid 1px #cecece;
}

div.errorbox td
{
	background-color: #FFD761;
}

div.errorbox td.errorcell
{
	border-right: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
	font-size: 11px;
	vertical-align: middle;
	padding: 8px;
	padding-left: 0px;
}

div.errorbox td.iconcell
{
	padding: 8px;
	vertical-align: middle;
}

div.errorbox td.errorcell .copy
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

div.errorbox td.errorcell span.hilite
{
	font-weight: bold;
}

div.errorbox td.errorcell div.dottedlinerule
{
	margin-top: 5px;
	margin-bottom: 5px;
}


/* -------------------------------------------------------------------------- */
/* Footer                                                                     */
/* -------------------------------------------------------------------------- */

td.copyright
{
	background-color: #163F6E;
	color: #ffffff;
	font-size: 9px;
	font-family: verdana, arial;
}

div.footertablebox
{
	margin-bottom: 25px;
}

.privacylegal
{
	padding-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #ffffff;
}

.privacylegal a
{
	color: #ffffff;
	text-decoration: none;
}

.privacylegal a:visited
{
	color: #ffffff;
	text-decoration: none;
}

td.footer
{
	text-align: right;
	color: #000000;
	font-size: 10px;
	font-family: verdana, arial;
}

div.footercopy
{
	margin-top: 5px;
	padding-right: 10px;
}

div.footerlinks
{
	margin-bottom: 10px;
	padding-right: 10px;
}

a.footerlink
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:visited.footerlink
{
	color: #333333;
}


/* -------------------------------------------------------------------------- */
/* Body Navigation                                                            */
/* -------------------------------------------------------------------------- */

div.bodynav, div.bodynav2
{
	margin-bottom: 15px;
}

div.bodynav table
{
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}

div.bodynav td.header
{
	background-color: #ddeccd;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

div.bodynav td.navcell
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10px;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	vertical-align: top;
}

div.bodynav td.navcell div.link a, div.bodynav2 td.navcell div.link a
{
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 10px;
	color: #996600;
	line-height: 11px;
	text-decoration: none;
	margin-left: 10px;
	display: block;
	position: relative;
	top: -8px;
	z-index: 0;
}

div.bodynav td.navcell div.link img, div.bodynav2 td.navcell div.link img
{
	position: relative;
}

div.bodynav2 table table
{
	border: none;
}

div.bodynav2 td.bodynav2cell
{
	border: solid 1px #cccccc;
}

div.bodynav2 td.header
{
	background-color: #ddeccd;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	border-bottom: solid 1px #cccccc;
}

div.bodynav2 td.navcell
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10px;
	vertical-align: top;
	border: none;
}


/* -------------------------------------------------------------------------- */
/* Dotted Line                                                                */
/* -------------------------------------------------------------------------- */

div.dottedline
{
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(/images/dots_bg.gif);
	background-repeat: repeat-x;
}


/* -------------------------------------------------------------------------- */
/* Footnotes                                                                  */
/* -------------------------------------------------------------------------- */

div.footnotes div.footnote
{
	margin-bottom: 15px;
	font-size: 10px;
}
