@charset "UTF-8";
/* CSS Document */

.contentLeft {
	float: left;
	width: 200px;
	margin-top: 15px;
	padding-left: 40px;
}
.contentRight {
	float: left;
	width: 510px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
}
#names {
	font-size: 11px;
	padding-left: 32px;
	font-style: italic;
}
.contentBotom {
	float: left;
	width: 730px;
	padding-left: 40px;
	padding-bottom: 20px;
}
#cap {
	color: #003e59;
	font-weight: normal;
	font-size: 28px;
	font-family: Garamond, georgia, times;
	float: left;
	width: 19px;
}
#sig {
	text-align: right;
	font-style: italic;
	line-height: 16px;
	margin-right: 40px;
}

