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

body {
	background-color: #37371D;
}

.title {
	color:#FFFFFF;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.title_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
}
.header_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}
.text_black {
	font-size: 12pt;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12pt;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12pt;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12pt;
	text-decoration: underline;
}
