﻿/* CSS layout */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 500px
}
	a:link {color: #FF0000}
	a:visited {color: #999966
}

	body {
	margin: 0 0 0 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	font-weight: normal;
	line-height: 150%;
}
h1 {
	font-family:
	text-align: center;
	margin-top: 0;
	margin-bottom: 10;
	color: #825700;
	font-size: medium;
}
h2, h3, h4, h5, h6 {font-family: Arial; font-size:8pt; color:#666666; font-weight:bold}
h1 {
	color: #825700;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
h2 {color: #FFFFFF; text-align:center; font-size:10pt; font-weight:bold; margin-top:6; margin-bottom:0}
h3 {color: #825700; line-height:100%; margin-left:20}
h4 {
	color: #006699;
	text-align: center;
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	margin-top: 25;
	margin-bottom: 20;
	font-weight: bold;
}
h5 {color: rgb(102,102,102)}
h6 {
	color: rgb(153,153,102);
	text-align: center;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
