@charset "UTF-8";
.basic_type {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.basic_type_ital {
	font-size: 12px;
	font-style: italic;
	color: #000000;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.medium_type_dark {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.medium_type_ital {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.small_type {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.hyperlink {
	color: #660000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.hyperlink_small {
	font-size: 10px;
	color: #660000;
	text-decoration: underline;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.logo {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #FFFF99;
	border-right-color: #FFFF99;
	border-bottom-color: #FFFF99;
	border-left-color: #FFFF99;
	vertical-align: top;
	text-align: center;
	background-attachment: fixed;
	background-position: top;
	float: none;
	margin-left: 110px;
	height: 75px;
	width: 75px;
}
.photo {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #FFFF66;
	border-right-color: #FFFF66;
	border-bottom-color: #FFFF66;
	border-left-color: #FFFF66;
	padding: 0px;
	margin-left: 0px;
}
