body {
	margin: 0px;
	background-color: #F6FBFA;
}

body, table, td {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	line-height: 12pt;
	scrollbar-base-color:#D6EDEA;
  scrollbar-3dlight-color:#D6EDEA;
  scrollbar-arrow-color:#008B7B;
  scrollbar-darkshadow-color:#D6EDEA;
  scrollbar-face-color:#D6EDEA;
  scrollbar-highlight-color:#008B7B;
  scrollbar-shadow-color:#008B7B;
  scrollbar-track-color:#D6EDEA;
}

h1{
	font-weight: normal;
	font-size: 13pt;
	color: #183E8E;
	margin-bottom: 0px;
}

h2{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	margin-bottom: 0px;
}

h3{
	font-weight: bold;
	font-size: 8pt;
	color: #008B7B;
	margin-bottom: 0px;
}

a:link, a:active, a:visited {
	color:#008B7B;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color:#008B7B;
	font-weight: normal;
	text-decoration: underline;
}