@charset "UTF-8";

TABLE { border: 1px solid #FFFFFF; }
TABLE TD { border: 0px solid #FFFFFF; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dcdcdc;
}


.style1 {
	color: #900;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
}
.style2 {
	color: #000;
        font-family: Arial;
        font-size: 15px;
	font-weight: bold;

}
.style2_left {
	color: #000;
        font-family: Arial;
        font-size: 15px;
	font-weight: bold;
		text-align: left;

}
.style3 {
	font-weight: normal;
	font-size: 16px;
}
.normal_text {
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-align: justify;
	word-spacing: normal;
}
.normal_text_left {
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	text-align: left;
	word-spacing: normal;
}

div {
	text-align: justify;
	font-family: Arial;
	font-size: 15px;
	line-height: 20px;
	font-style:normal;
}
em {
	font-size: 15px;
	line-height: 12px;
	font-family: Arial;
	font-style:normal;
	text-align: justify;
}
a:link {
	color: #464646;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #464646;
}
a:hover {
	text-decoration: underline;
	color: #464646;
}
a:active {
	text-decoration: none;
	color: #464646;
}



.hidden { display: none; }
.unhidden { display: block; }

