@charset "UTF-8";
/* CSS Document */
body {
	font-family: Didot, "Times New Roman", Times, serif;
	color: #660000;
	margins:auto;
	font-size: 10pt;
	background-color: #EBEEFF;
}

.container {
	width:700px;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

h1{
	text-align:center;
	font-size: 24pt;
	font-weight: lighter;
	line-height: 16pt;
	letter-spacing: 0.4em;
}

h4{
	text-align:center;
	font-size: 16pt;
	font-style: italic;
	font-weight: lighter;
	line-height: 8pt;
}

.left {
	float: left;
	width: 125px;
	font-size: 12pt;
}

.right {
	float: right;
	width: 525px;
	padding-bottom: 10px;
	display: block;
}

.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #660000;
  height: 100%;
}

.last {
	margin-right: 0;
	margin-left: 0px;
}

a:link {
	color: #660000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #663333;
}

img {
	border: 0px;
}

hr {
	color: #660000;
	/*clear: both; 
  	float: none; */
  	width: 100%;
	height: 1px;
	noshade:"noshade";
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
