a {
	color : #0000ff;
	font-family : sans-serif;
	font-weight : bold;
	font-size : 12pt;
	text-decoration : none;
}

a:link    { color : #0000ff }
a:visited { color : #ff0000 }
a:hover   { color : #118811; text-decoration: underline }
a:active  { color : #00ff00 }

body {
	background : url(images/background.pnm) #fffff0 repeat-y;
	color : #000000;
	font-size : 12pt;
	font-family : sans-serif;
	margin-right: 30px;
	margin-left: 155px;
	margin-top : 0px;
}

.bodyText {
	position: absolute;
	width: 100%;
	height: auto;
	top: auto;
	right: 30px;
	bottom: auto;
	left: 155px;
	text-align : justify;
}

h1 {
	color : #000000;
	font-size : 16pt;
	font-style : italic;
	font-weight : bold;
	line-height : 2em;
	text-align : left;
}

h2 {
	color : #000000;
	font-size : 14pt;
	line-height : 2em;
	text-align : left;
	font-weight : bold;
}

h3 {
	color : #000000;
	font-size : 12pt;
	line-height : 1em;
	text-align : left;
	font-weight: bold;
}

p {
	color : #111111;
	font-size : 12pt;
	font-family : sans-serif;
}

p:first-line {
	text-indent: 16ex;
}

/* TABLES */

td {
	color : #000000;
	font-size : 12pt;
	font-family : sans-serif;
}

th {
	color : #000000;
	background-color : #c0c0c0;
	font-weight : bold;
	font-size : 14pt;
	font-family : sans-serif;
}

table.generic {
	background-color : #b0b0b0;
}

table.generic td {
	background-color : #b0b0b0;
	color : #000000;
}

table.stylish1 td {
	background-color : #b0b0b0;
	color : #000000;
	font-size : 12pt;
}

.f {
	font-family : monospace;
}

.f p {
	font-family : monospace;
}

.fb {
	font-family : monospace;
	font-weight : bold;
}

.fc {
	font-family : monospace;
	text-align : center;
}

.fc9 {
	font-family : monospace;
	text-align : center;
	font-size: 9pt;
}

.fu {
	font-family : monospace;
	font-weight : bold;
	text-decoration : underline;
}

.xs {
	font-size : 8pt;
}

.copyright {
	font-size : 8pt;
	font-family : sans-serif;
	color: #000000;
}

#pageTitle {
	background : url(images/s_ruler.jpg) repeat-y right;
	color : #000000;
	font-size : 16pt;
	font-style : italic;
	font-weight : bold;
	text-decoration : underline;
	text-align : right;
	line-height : 2em;
}

#divLinkButton {
	position : absolute;
	left : 13px;
	width : 95px;
	visibility : hidden;
}

#divMenu {
	position : absolute;
	left : 14px;
	width : 92px;
}
