body {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 16px;
    background-color: #FFFFFF; }

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* document */
#document {
    margin: 6px 10px 6px 10px; 
	background-color: #FFFFFF }

/* document section: masthead */
#masthead {
    margin: 0 0 0 0;
	padding: 2px 6px 2px 6px;
    background-color: #FFFFFF }

/* breadcrumbs */
#breadcrumbs {
    margin: 0 0 0 0;
	padding: 0 50px 0 60px;
	background-color: #FFFFFF }

/* document section: content */
#content {
    margin: 0 0 0 0;
	padding: 0 50px 10px 60px;
	background-color: #FFFFFF; }

/* document section: footer */
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	border-top: #000000 solid 2px }

/***********************************************/
/* Outtakes                                    */
/***********************************************/
#content table.outtake {
    float: right;
	width: 40%;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0 0 10px 1em;
	border: #000000 solid 2px }

/***********************************************/
/* Formatting                                  */
/***********************************************/

#masthead {
	border-bottom: #000000 solid 2px }

#masthead h1 {
	margin: 10px 0 10px 0; padding 0 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	text-align: center }

#breadcrumbs {
    border-bottom: #000000 solid 2px;
	padding: 2px 0 3px 0;
	background-color: #FFFFFF;
	color: #000000 }

#breadcrumbs p {
    margin: 0 50px 0 60px }

#breadcrumbs a:link {
    color: #000000;
	text-decoration: underline }
#breadcrumbs a:visited {
    color: #000000;
	text-decoration: underline }
#breadcrumbs a:hover {
    color: #000000;
	text-decoration: underline }
#breadcrumbs a:activated {
    color: #000000;
	text-decoration: none }

#content h2 {
	margin: 0px -50px 10px -60px;
	padding: 1px 50px 4px 60px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	background-color: #FFFFFF;
	color: #000000;
	clear: both }

#content h3 {
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-decoration: underline;
	clear: both }

#content p {
	margin: 10px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-indent: 3em }

#content a:link { text-decoration: underline; color: #000000; background-color: #FFFFFF }
#content a:visited { text-decoration: underline; color: #000000 }
#content a:hover { text-decoration: underline; color: #000000 }
#content a:active { text-decoration: none; color: #000000 }

#content blockquote {
	margin: 0 3em 6px 3em; padding: 0 0 0 0; font-family: "Times New Roman", Times, serif; font-size: 1.2em }
#content table.outtake td {
    vertical-align: top;
	padding: 10px;
	border: none }
#content table.outtake caption {
    padding: 4px 6px 4px 6px;
    background-color: #000000;
	color: #FFFFFF;
	font-weight: bold }
#content table.outtake th {
    background-color: #FFFFFF }
#content .strike {
	text-decoration: line-through
	}
#content .newwin { display: none }
#content .printit { display: inline; font-family: "Courier New", Courier, monospace; font-size: 1em }

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	border-top: #000000 solid 2px }

