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

h1 {
	font-size: 18pt;
	font-weight: normal;
	font-style: italic;
	color: #009900;
	font-family: Georgia, Arial, serif;
}
h2 {
	font-size: 18pt;
	font-weight: normal;
	font-style: italic;
	color: #6633CC;
	font-family: Georgia, Arial, serif;
}
h3 {
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	color: #009900;
	font-family: Georgia, Arial, serif;
}
h4 {
	font-family: Georgia, Arial, serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	color: #6633CC;
}
h5 {
	font-family: Georgia, Arial, serif;
	font-size: 16pt;
	font-style: itailc;
	font-weight: normal;
	color: #666666;
}
h6 {
	font-family: Georgia, Arial, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

p {
	font-family: Georgia, Arial, serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

a:link {
	font-family: Georgia, Arial, serif;
	color: #009900;
	text-decoration: none;
	cursor: hand;
	font-style: italic;
	font-weight: bold;
}

a:visited {
	font-family: Georgia, Arial, serif;
	color: #996666;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

a:hover {
	font-family: Georgia, Arial, serif;
	color: #0033FF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

a:active {
	font-family: Georgia, Arial, serif;
	color: #993333;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
