*
{
    margin:0;
    padding:0;
	border:0;
    list-style-type:none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body 
{
	background-color: rgb(0,0,0);
	overflow-x: hidden;
	overflow-y: hidden;
	font-family: Arial, sans-serif; 
	font-style: normal;
	font-size: 11pt;
	color: rgb(255,219,183);
}
div.background
{
	background-color: rgb(1,59,73);
}
div.information
{
	background-color: rgb(1,59,73);
}
div.information_blank
{
	background-color: rgb(255,255,255);
}
p
{
	padding-top: 21px;
}
h1
{
	font-family: Georgia, Arial, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	padding-top: 21px;
	padding-bottom: 9px;
}
div.heading_level1
{
	font-family: Georgia, Arial, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	padding-top: 21px;
	padding-bottom: 9px;
}
div.disclaimer_level1
{
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: 7pt;
}
a
{
	color: rgb(255,219,183);
}
a:visited
{
	color: rgb(255,219,183);
}
a:hover
{
	color: rgb(255,133,12);
}
a:active
{
	color: rgb(255,133,12);
}