@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

a:link {
	color: inherit;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #990000;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em; 
	font-style: italic;
	font-weight: lighter;
	letter-spacing:5px; 
	margin-top: 5em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px; 
	font-style: italic;
	font-weight: normal;
	color: #999999;
	margin-left: 10px;
	margin-right: 60px;
	text-transform: lowercase;
	letter-spacing: 1px;
	line-height: 16px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-style: normal;
	font-weight: bold;
	line-height: 3px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-style: normal;
	font-weight: bold;
	line-height: 3px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-style: normal;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 60px;
	line-height: 3px;
}

h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px; 
	font-style: italic;
	font-weight: lighter;
	letter-spacing: 5px; 
	margin-top: 5em;
}

.inset {
	font-family: Helvetica, Arial, sans-serif;
	background-color:#FFFFFF;
	position: absolute;
	left: 5%;
	width: 90%;
	padding: 0;
	border-bottom:thin;
	border-bottom-style:dotted; 
	border-top: 15px;
	border-top-style: solid;
	border-color:#000000;
}

.legal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:200;
	color:#666666;
	margin-top: 4em;
	margin-bottom: 2em;
	letter-spacing: 2px;
	text-transform: uppercase;
}
