body {
	width: 95%;
	margin: 3px 0px 0px;
	float: none;
}

#openlearnheader{
	border-top:1px solid #D6D6D6;
	border-bottom:1px solid #A4A400;
	font: 0.75em Arial, Helvetica, Geneva, sans-serif;
}

#openlearnfooter {
	border-top:1px solid #D6D6D6;
	border-bottom:1px solid #A4A400;
	padding: 10px;
	margin-top: 30px;
	font: 0.75em Arial, Helvetica, Geneva, sans-serif;
/*	page-break-before: always; */
}

#footeraddress {
	text-align: center;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
}

#copyinfo {
	font-size: 0.75em;
	padding-top: 5px;
	color: #888;
	text-align: center;
}

#commonsfooter {
	text-align: center;
	padding: 0.85em;
}

.hide {
	display: none;
}

#instructionheader {
	visibility: hidden;
	font: Arial, Helvetica, Geneva, sans-serif;
}

#logo{
	margin: -5px 0px 0;
	float: right;
	clear: left;
}

#content, table {
	font: Georgia, "Times New Roman", Times, serif;
	margin-left: 100px;
	color: #000;
	margin-right: 80px;
  background-color: white !important;
  background-image: none !important;
}

.tableprop {
    margin:3px 0 12px;
}

p.paradefault {
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin-top: 20pt;
}

#frontpage{
	page-break-after: always;
	border-bottom: none;
	text-align: center;
	margin-top: 200px;
	/*padding-bottom: 200px;*/
}

.activity, .boxcontent {
	padding: 5px 20px;
	border: 1px solid #b6b6b6;
	background-color: #f5f5f5;
	margin: 10px 20px;
	page-break-inside: avoid;
}

blockquote {
}

/*a:link:after, a:visited:after {
		content: " [" attr(href) "] ";
}*/

.question {
	margin-left: 20pt;
	text-align: justify;
}

.answer {
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #000;
}

.missingmedia {
	background-color: #fecfd4;
	border: 2px solid #d7afb5;
	padding: 5px;
	font: smaller Arial, Helvetica, Geneva, sans-serif;
}

/* @group Tables */

td.tablerowvalues {
	display: table-cell;
	border-color: white;
	border-width: 1px;
	padding: 4px;
}

.accounts td.tablerowvalues {
	   border: 1px solid #ccc;
}

.accounts td.tablerowtitle {
       border: 1px solid #a8a8a8;
}    

td.tablerowtitle {
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	border-bottom: 2px solid #a8a8a8;
	background-color: #fff;
}

table {
	border-collapse: collapse;
	font: Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid #ccc;
	page-break-inside: avoid;
}

tr
 {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

/* @end */

.doclist dt {
	margin: 5px;
}

.doclist dd {
	font-size: smaller;
	font-style: italic;
}


.oci-dialogue {
    margin:1.5em 0;
}

.oci-dialogue {
    float:left;
    width:100%;
}

.oci-dialogue-line {
    clear:left;
}
.oci-dialogue-remark {
    margin-left:8em;
    margin-bottom:0.5em;
}
.oci-dialogue-speaker {
    float:left;
    width:7em;
}

pre {
    font-family: Andale Mono, monospace;
}

.oci-computerdisplay {
    font-family: Andale Mono, monospace;
}

.oci-computerdisplay .paradefault {
    font-family: Andale Mono, monospace;
}
.listitemstyle-, .listitemstyle-none, .listitemstyle-decimal {
    list-style-type: decimal;
}
.listitemstyle-lower-roman {
    list-style-type: lower-roman;
}
.listitemstyle-upper-roman {
    list-style-type: upper-roman;
}
.listitemstyle-lower-alpha {
    list-style-type: lower-alpha;
}
.listitemstyle-upper-alpha {
    list-style-type: upper-alpha;
}

.smallcaps {
    font-variant: small-caps;
}
