@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../layout/template/background.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
p {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:link {
	color: #006600;
}
a:visited {
	color: #990066;
}
.header1_red {
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #990000;
	font-size: 18px;
	text-decoration: underline overline;
}
.header1_blue {
	font-size: 18px;
	font-weight: bolder;
	color: #000066;
	text-decoration: underline overline;
}
.header2_blue {
	font-size: 17px;
	font-weight: bolder;
	color: #000066;
}
.header_withBar {
	font-weight: bold;
	color: #FFFFFF;
}
.header_coments_1 {
	font-size: 14px;
	font-style: italic;
	color: #000066;
}
.header_comments_2 {
	font-style: italic;
	color: #990000;
	font-size: 14px;
}
dd {
	text-align: justify;
}
