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

body {
	background-color: #FFF;
	margin: 10px;
	padding: 10px;
}

.Style1 {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-style: oblique;
}
.Style2 {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-style: normal;
}
.Style3 {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
}
.Style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	color: #000000;
}
.Style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: bold;
	color: #000000;
}

a {
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}

