body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.Titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E95B89;
}
a:link {
	color: #E95B89;
	text-decoration: underline;
}
a:hover {
    color: #E95B89;
	text-decoration: none;
}
a:active {
    color: #E95B89;
	text-decoration: underline;
}
a:visited {
	color: #E95B89;
	text-decoration: underline;
}
.upd_text {
	color: #000000;
}
.upd_text a:link {
	text-decoration: underline;
	color: #000000;
}
.upd_text a:hover {
	text-decoration: none;
	color: #000000;
}
.upd_text a:active {
	text-decoration: underline;
	color: #000000;
}
.upd_text a:visited {
	text-decoration: underline;
	color: #000000;
}
.imgborder {
    border: 1px solid #000000;
}