body, select, input, textarea {
	font: 100%/1.2 arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.8em;
}

h1 {
	font-size: 16pt;
	padding:0px 0px 0px 0px;
}
h2 {
	font-size: 14pt;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 10px;
}
h3 {
	font-size: 12pt;
	margin: 5px auto 0px -10px;
	padding: 0px 0px 10px 20px;
}
h4 {
	font-size: 10pt;
	margin:0px auto 0px 10px;
}

th {
	font-size: 10pt;
}

p {
	padding: 5px 20px 5px 0px;
	font-size: 12px;
}

p, h1, pre {
	margin:0px 10px 10px 10px;
}
	

table {
	padding-left: 10px;
}

td {
	font-size: 12px;
	vertical-align: top;
}

html, body {
	height:100%;
	background:#a4a4a4;
    background-image: url(a4.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
}

.readthesmallprint {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
}

li {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #666;
	font-size: 12px;
}

a:hover {
	color: #000;
	font-size: 12px;
}

#footer a:hover {
	color: #fff;
}

a {
	display:inline;
}

table.pre {
	font-family: Courier, Fixed;
	font-size: 12px;
    border-style:dashed dashed dashed dashed;
    border-width: 1px 1px 1px 1px;
    border-spacing: 2px;
    padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 10px;
    background:#ddd;
    width:93%;
}

pre {
	font-family: Courier, Fixed;
	font-size: 12px;
}

ol, ul {
	padding-left:35px;
	font-size: 12px;
}

ul {
	list-style: circle;
}

hr {
	margin: 30px 15px 30px 10px;
	color: #666;
}

span.date {
    font-family: Times, serif;
	font-size: 1em;
    font-style: italic;
	margin: 5px 0px 0px 0px;
	display: block;
}



