﻿/* CSS Document */
	html,body {
		margin:0;
		padding:0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		color: #000;}
	
	a{	text-decoration:none;
		font-weight:bold;}	
	
	a:hover{
		color: #000;
		text-decoration:underline;}	

	a:link {}
	a:visited {}
	a:focus {}
	a:hover {}
	a:active {}		
					
	h1{	text-decoration:none;
		font-size: 14pt;
		font-weight: bold;}
		
	h2{	text-decoration:none;
		font-size: 12pt;
		font-weight: bold;}
		
	h3{	text-decoration:none;
		font-weight: bold;
		font-size: 10pt;}
		
	p{}
	
	img {border:0;}

	.center {
		text-align:center;}