/* style1.css - style sheet */
body,p,pre,a,h1,h2,h3,h4,h5,h6,ul,ol,hr { 
	color: #003399;
}
body,p,pre,a,h1,h2,h3,h4,h5,h6,ul,ol { 
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	letter-spacing: normal;
	line-height: normal;
	white-space: normal;
	word-spacing: normal;
}
body,p,pre,a { 
	margin-left: 10px;
	font-style: normal;
}
body,p,a { 
	font-family: 'Papyrus';
	font-size: 12pt;
	font-weight: bold;
	text-align: justify;
}
body {
	background-color: #e0d7b7;
	background-image: url('paper-01.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 20px 400px;
}
p.citation {
	font-style: italic;
}
pre {
	font-family: 'Courier New';
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
}
a:hover {
	text-decoration: underline;
	color: #0066bb;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6,ul,ol { 
	font-family: 'Arial';
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	margin-left: 20px;
	font-weight: bold;
	text-align: left;
}
h1 {
	font-size: 24pt;
}
h2 {
	font-size: 20pt;
}
h3 {
	font-size: 16pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 10pt;
}
h6 {
	font-size: 8pt;
}
ul,ol {
	margin-left: 10px;
	font-weight: normal;
	text-align: justify;
}
table {
	border-color: #003399;
	margin: 0px;
	padding: 0px;
}
tr {
	vertical-align: middle;
}
td {
	margin: 0px; 
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
img {
	margin: 0px;
	padding: 0px;
	border-style: none
}