@charset "utf-8";
/* CSS Document */
.paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 5px;
	padding-right: 5px;
	text-indent: 05px;
	font-weight: normal;
	background-position: left;
	color: #FFFFFF;
	text-align: justify;
}
.details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

a:link {
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

.blockquote_left {
	width: 200px;
	margin: 5px 15px 5px 0;
	padding: 5px 0;
	font-size: 10pt;
	text-align: center;
	float: left;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFCC;
	border-top-width: 3px;
	border-right-width: 0;
	border-bottom-width: 3px;
	border-left-width: 0;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
} 
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #3F4A5C;
}

.blockquote_right {
	width: 200px;
	margin: 5px 0 5px 15px;
	padding: 5px 0;
	font-size: 12pt;
	text-align: center;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #8695AC;
	border-top-width: 3px;
	border-right-width: 0;
	border-bottom-width: 3px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #8C8C8C;
	border-right-color: #8C8C8C;
	border-bottom-color: #8C8C8C;
	border-left-color: #8C8C8C;
	font-style: italic;
} 
