body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #3c8c91;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
}

td.content {
	vertical-align:top;
	padding-top:0;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
}

/* Emphasis is created by using a i tag in a p tag. */
p i {
	font-style: italic;
}

/* List style using a bullet. */
ul 
{
	list-style-image: url('bullets/0002_list-item.gif');
}

a:link, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration: underline;
	background-color: transparent;
	color: #3c8c91;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration: none;
	background-color: transparent;
	color: #6ca8ab;
}

a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration: underline;
	background-color: transparent;
	color: #6ca8ab;
}

.ctitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight: bold;
	background-color: transparent;
	color: #3c8c91;
}

.style4 {
	font-family: "Monotype Corsiva", Verdana;
	/*font-weight: bold;*/
	font-style: normal;
	font-size: 12pt;
/*	color: #3c8c91;*/
}

.style3 {
	font-family: "Monotype Corsiva", Verdana;
	/*font-weight: bold;*/
	font-style: italic;
	font-size: 12pt;
 color: #3c8c91;
}

#envblock
{
	display:inline;
	position: relative;
}

#envblock a
{
}

#envblock a:hover
{
	text-indent: 0;
}

#envblock a span, #envblock a:visited span
{
	display: none;
	position: relative;
	left: 0;
	top: 0;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin: 0px;
	width: 100%;
	padding: 2px;
	z-index: 1;
	background: #DDDDDD;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: left;
}

#envblock a:hover span
{
	display: block;
}

.bulle
{
	margin:0;
	padding: 5px;
	border-style:solid; border-width:1px; border-color:#808080;
	border-right-style:none;
}