@charset "utf-8";
/* CSS Document */
body,p {

	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11pt;
	background:transparent;
}
p {
	line-height:2em;
	font-size:14px;
}
img {
	border:0px;
}
hr {
		border-style:solid;
		border-color:#000000;
		color:#000000;
		background-color:#000000;
		/*background-image:url('/images/checker.gif');*/
	}

h1, h2, h3, h4, h5 {
		margin-top:0px;
		margin-bottom:0px;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
	}
h2 {
	font-size:17pt;
}
h3 {
	font-size:14pt;
}
	
	a, a:visited {
		color:#000088;
		text-decoration:none;
		font-weight:bold;
	}
	a:hover, a:active {
		color:#0000AA;
		text-decoration:underline;
		font-weight:bold;
	}