/* Body */
body {
	background: white;
	margin: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	color: #000000
	}

/* Heading 1 */	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #0469B5;
	font-weight:normal
	}

/* Heading 2 */	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0469B5;
	font-weight:bold
	}

/* User-defined */	
.f1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0469B5
	}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #123456
	}


/* Tables */
table {
	font-size: 10pt;
	color: #000000;
	bordercolor: #0469B5;
	bordercolordark: #0469B5;
	bordercolorlight: #0469B5; padding-left:1px; padding-right:1px
	}

/* Hyperlink */
a:link {
	color: #0469B5
	}

/* Visited Hyperlink */
a:visited {
	color: #0469B5
	}

/* Active Hyperlink */
a:active {
	color: #0469B5
	}

/* Hover Hyperlink */
a:hover {
	color: #0080FF; 
	}

/* Images */
img {
	border-color: #0469B5
	}	
	
/* Popup grey */
.popup1 {
	color: #666666
	}
	
/* Popup red */
.popup2 {
	color: #ff0000
	}