@charset "UTF-8";
/* CSS Document */
hr{
	color:#f6dcb2;
	background-color:#f6dcb2;
	height: 2px;
	border: 0;
   width: 100%;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #333333;
}
.subtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.details {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.details_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #be7b43;
}
.title2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #be7b43;
	vertical-align:top;
}
a:link { 
	color: #666666;
	}
a:visited { 
	color: #666666;
	}
a:hover { 
	color: #ab540f;
	text-decoration: underline;
	}
a:active { 
	color: #666666;
	text-decoration: underline;
	}
