.text {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ecee1c;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	vertical-align: top;
	top: auto;

}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #565656;
}

.link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #565656;

}

a:link{
color: #565656;
text-decoration: underline;
}

a:visited{
color: #565656;
text-decoration: underline;
}

a:hover{
color: #565656;
text-decoration: underline;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #565656;
	vertical-align: text-bottom;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
}
 
 hr {
 	border: 0;
	width: 95%;
   	color: #565656;
	background-color: #FFFFFF;
	height: 1px;
}
