/* CSS Document */

td { font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: center;
}
p{ font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
}

h1 { font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: center;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
	text-indent: 0pt;
	white-space: normal;


}
h3{ font-family: Monotype Corsova;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #ffff00;
	text-align: center;
}
h4{ font-family: "Monotype Corsova";
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: center;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	text-align: center;

}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	text-align: center;

}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FF9933;
	text-align: center;

}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	text-align: center;

}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	text-align: left;
	font-weight: normal;

}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	font-weight: normal;
	color: #000000;


}
body {
	background-color: #66FFCC;

}
