body,html {
	background: #eeffee;
	font-family: verdana, geneva, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;	
	padding: 0px;
	border: 0px;
	margin: 0px;	
}

p {
	text-align: left;
}

h1 {
	font-size: 1.5em;
	margin-top: 0px;
	clear: both;
}

h2 {
	font-size: 1.2em;
	margin-top: 0px;
	clear: both;
}

h3 {
	font-size: 1.1em;
	margin-top: 0px;
	clear: both;
}


a:link {
	color: #021764;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;	
}

a:visited {
	color: #021764;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #021764;
	background-color: transparent;
	font-weight: normal;	
	text-decoration: underline;
}

a:active {
	color: red;
	background-color: transparent;
	font-weight: normal;	
	text-decoration: underline;
}

div.fmuiHeaderDiv {
	position: relative;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 950px;
	margin: 0px auto;
}

div.fmuiPageDiv {
	position: relative;
	overflow: visible;  
	background-image: url(img/back.png);
	background-repeat: repeat-y;
	width: 950px;
	min-height: 400px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px;
	margin: 0px auto;
}

div.fmuiBannerDiv {
	position: absolute;
	overflow: visible;
	background-image: url(img/banner.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 21px;
	width: 69px;
	min-height: 400px;
	height: 400px;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

div.fmuiContentDiv {
	position: relative;
	overflow: visible;
	left: 100px;
	width: 660px;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

div.fmuiMenuDiv {
  position: absolute;
  overflow: visible;
  left: 780px;
	width: 120px;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

div.fmuiLine {
  height: 10px;
  border-top-style: dashed;
  border-top-color: #333333;
  border-top-width: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

div.fmuiMenuItem {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-top: 6px;
	padding-bottom: 8px;
	height: 16px;
	vertical-align: middle;
}

div.fmuiBoxDiv {
	overflow: visible;
	font-size: 0.9em;
	padding: 10px;
	border: 1px dashed black;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	color: black;
	background-color: #eeeeee;
}

.fmuiBoxHeader {
	font-size: 1.1em;
	margin-top: 0px;
	font-weight: bold;
}

div.fmuiFooterDiv {
	position: relative;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 60px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 20px;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #e3e289;
	background-color: transparent;
	text-align: left;
	margin: 0px auto;
}

a.fmuiFooterLink:link {
	color: #e3e289;
	background-color: transparent;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

a.fmuiFooterLink:visited {
	color: #e3e289;
	background-color: transparent;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

a.fmuiFooterLink:hover {
	color: red;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}

a.fmuiFooterLink:active {
	color: red;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}

img.fmuiPic {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

td.fmuiLLdate {
  padding: 5px;
  vertical-align: top;
  font-weight: bold;  
  width: 100px;
}

td.fmuiLLtext {
  padding: 5px;
  vertical-align: top;
}

