.mainAgreementTable
{
	margin:15px;
	width: 650px;
}

.AgreementTitleContainer
{
	border-bottom: solid 5px #60707F;
}
.AgreementTitle
{
	color:#60707f;
	font-size: 1.5em;
	font-weight:700;
	border-bottom: solid 5px #60707F!important;
	margin:0;
}
.details
{
	width: 100%;
	background-color: #f5f6f7;
	margin: 10px 0px 10px 0px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dfe2e5;
	border-bottom-color: #dfe2e5;
	font-size: 0.8em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#AgteementVolverContainerStyle
{
	width: 100%;
	border-top: solid 10px #f3f4f6;
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}
a, a:visited
{
	color:#1199CA;
	text-decoration:none;
}
a:hover
{
	color:#045183;
}

