/* CSS Document */
body {
	background-color: #FFFFFF;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6E6E6E;
}

a:hover {color: #526D90
}

.content-black {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.content-black_normal {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}
.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #526D90;
}
.content-white {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.small_link {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #526D90;
}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #95322D;
}
.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #95322D;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #95322D;
	text-decoration:none;
}