﻿@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#F2F2F2;
}

.style1 {
	font-size: 11pt;
	font-family:"Arial";
	font-weight:normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align:justify;
}
.style2 {
	font-size: 12pt;
	font-family:"Arial";
	font-weight:bold;
	color: #000000;
	text-decoration:underline;
	margin: 0px;
	padding: 0px;
}
.style3 {
	font-size: 12pt;
	font-family:"Arial";
	font-weight:bold;
	color:#000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.style4 {
	font-size: 10pt;
	font-family:"Arial";
	font-weight:bold;
	color: transparent;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:link {
	color:;
	text-decoration: none;
	border-color: transparent;
}
a:visited {
	text-decoration: none;
	border-color: transparent;
}
a:hover {
	text-decoration: none;
	border-color: transparent;
	color: #FFF;
}
a:active {
	text-decoration: none;
	border-color: transparent;
}
