/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 95%
}

p {
	line-height: 150%
}

ul {
	line-height: 150%
}

a {
	text-decoration: none;
	color: #62A39D;
	font-weight: bold
	}
a:hover {
	color: #cc2222;
	font-weight: bold;
 }
a:visited	{
	color: #62A39D
	}

p.footer {
	font-size: 9pt;
	}
	
td {
	padding: 10px;
	vertical-align: top
	}
	
.italic {
	font-style: italic;
	}
	
.bold {
	font-weight: bold ;
	color: #444444
	}
	
.download {
	color: #9d5c62;
	font-weight: bold
	}