﻿h1 {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: large;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #000000;
}
h2 {
    font-family: "Times New Roman, Times, serif";
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
.style1 {
	text-align: justify;
}
.style2 {
	text-align: center;
}
.style3 {
	font-style: normal;
}
.style5 {
	font-weight: normal;
}
.style6 {
	text-decoration: underline;
}

A:link {
	color: #000000; TEXT-DECORATION: underline; font-family:"Times New Roman"; font-size:12pt; font-weight:bold 
}
A:visited {
	color: #999999; TEXT-DECORATION: underline; font-family:"Times New Roman"; font-size:12pt; font-weight:bold 
}
A:hover {
	color: #000000; TEXT-DECORATION: underline; font-family:"Times New Roman"; font-size:12pt; font-weight:bold 
}

.style7 {
	border-style: solid;
	border-width: 1px;
}
