a:link {
	color: #cc3300;
	text-decoration: none;
}

a:visited {
	color: #cc3300;
	text-decoration: none;
}

a:hover {
	color: #cc3300;
	text-decoration: underline;
}

a:active {
	color: #cc3300;
	text-decoration: underline;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt; 
	font-weight: bold;
	color: black; 
	text-align: center; 
	margin-top: 0; 
	margin-bottom:10pt;
	}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold; 
	font-size: 12pt; 
	color: black; 
	text-align: left; 
	margin-top: 0; 
	margin-bottom: 10pt;
	}

table { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal; 
	font-size: 9pt; 
	color: black; 
	border: 1px; 
	border-color: black;
	border-style: solid;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 10px;
    	}

th { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold; 
	font-size: 9pt; 
	color: black; 
	background-color: silver; 
	text-align: center;
	border: 1px solid black;
	padding: 1px;
	}

td { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal; 
	font-size: 9pt; 
	color: black; 
	text-align: center;
	border: 1px solid black;
	padding: 1px;
	}

.textruta { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal; 
	font-size: 9pt; 
	color: black; 
	width: 456px; 
	text-align: left; 
	border: none;
	padding: 2px; 
	margin-top: 0; 
	margin-bottom: 10pt
	}

.rev { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal; 
	font-size: 9pt; 
	color: black; 
	text-align: left;
	}

