
body {
	font-family: Arial, "Times New Roman", Sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}

span.title {
	font-family: Arial, "Times New Roman", Sans-serif;
	color: #FFFFFF;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold; 
	text-decoration: none; 
	background-color: #000000;
}

span.subtitle {
	font-family: Arial, "Times New Roman", Sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold; 
	text-decoration: none; 
	background-color: #000000;
}

span.note {
	font-family: Arial, "Times New Roman", Sans-serif;
	color: #FFFFFF;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal; 
	text-decoration: none; 
	background-color: #000000; 
}

span.text_color_1 {
	font-family: Arial, "Times New Roman", Sans-serif;
	color: #FFFFFF;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal; 
	text-decoration: none; 
	background-color: #000000;
}

span.text_color_2 {
	font-family: Arial, "Times New Roman", Sans-serif;
	color: #00FFFF;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal; 
	text-decoration: none; 
	background-color: #000000;
}

span.text_color_3 {
	font-family: Arial, "Times New Roman", Sans-serif;
	color: #FFFF00;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal; 
	text-decoration: none; 
	background-color: #000000;
}

a:link { 
	text-decoration: none; 
	color: #FFFF00;
}

a:visited { 
	text-decoration: none; 
	color: #FFFF00;
}

a:hover { 
	text-decoration: none; 
	color: #FFFF00; 
	background-color: #94BCDA; 
}

a:active { 
	text-decoration: none; 
	color: #FFFF00;
}


