@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: underline; 
	color: #0066FF;}
a:visited {
	text-decoration: underline; 
	color: #0066FF;}
a:hover {
	text-decoration: none; 
	color: #0066FF;}
a:active {
	text-decoration: underline; 
	color: #0066FF;}
	
	
	
.heading {	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666699;
}
.heading_big {	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.image_left {	text-align: left;
	padding-top: 4px;
	padding-right: 3px;
}
.info {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
.issue {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.txt {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.txt_centered {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: centered;
}
.txt_bd {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.txt_red_bd {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.text_italic {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.sub_heading {	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.subheading_red {	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-align: centered;
}
.style2 {
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.style4 {font-size: 12px; font-weight: normal; text-align: justify; font-family: Arial, Helvetica, sans-serif;}
.style6 {font-size: 12px; font-weight: normal; text-align: centered; font-family: Arial, Helvetica, sans-serif;}