/* CSS1 Style Sheet by John Mayes for Fern Cement*/

BODY {
  
	font-family: "Times New Roman", serif;
	font-size: 10pt;
	font-style: italic;
}
A:active { color: #FFFF00 }

a:hover {color: #009900}
A:visited { font-weight: normal }
P {
	text-align: left;
	font-style: normal;
}
h1 {
	font-family: "Times New Roman", "Arial", serif;
	font-size:20pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	color: #00AA4C;
}
h2 {
	font-family: "Times New Roman", "Arial", sans-serif;
	font-size:14pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 0.2em;
	color: #330099;}

h3 {
	font-family: "Times New Roman", "Arial", sans-serif;
	font-size:12pt;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	letter-spacing: 0.2em;
	color: #330099;}

tr {
	vertical-align:top;
	font-style: normal;
	}

td {
	text-align: left;
}

/* menu defines layout for left hand menu column */
.menu {
	background-color:#99CC99;
	color: #330099;
	font-family: "Times New Roman", "Arial", sans-serif;
	font-size: 10pt;
	WIDTH: 140px;
	vertical-align: top;
	padding-left: 3px;
}

/* content defines layout for right hand content column heading */
.content {
	background-color:#FFFFFF;
	color: #000000;
	font-family: "Times New Roman", "Arial", sans-serif;
	font-size: 10pt;
	WIDTH: 500px;
	vertical-align: top;
}

/* content-detail defines layout for right hand content column detail */
.content-detail {
	background-color:#FFFFFF;
	color: #000000;
	font-family: "Times New Roman", "Arial", sans-serif;
	font-size: 10pt;
	WIDTH: 500px;
	vertical-align: top;
	padding-left: 10px;
}

/* content-lefttable defines layout for left hand column in tables */

.content-lefttable {
	background-color:#FFFFFF;
	color: #000000;
	font-family: "Times New Roman", "Arial", sans-serif;
	font-size: 10pt;
	WIDTH: 100px;
	vertical-align: top;
}

.report {
	font-size: 8pt;
}

.copyright {
	font-family: "Times New Roman", "Arial", sans-serif;
	font-size:8pt;
	color: #330099;
}
.intro {
	font-family: "Times New Roman", "Arial", sans-serif;
	font-size:12pt;
	font-style: oblique;
	text-align: center;
	color: #00AA4C;
	margin: 20px;
}
.footer {
	font-family: sans-serif;
	font-size:8pt;
	color: #000000;
}
.updated {
	font-family: sans-serif;
	font-size:8pt;
	color: #000000;
	text-align: right;
}
.section table {
	background-color:#FFFFCC;
}
