a:link {
	color: #7F7F7F;
	text-decoration: none;
}

a:visited {
	color: #7F7F7F;
	text-decoration: none;
}

a:focus {
	color: #FF3F3F;
	text-decoration: none;
}

a:hover {
	color: #FF3F3F;
	text-decoration: none;
}

a:active {
	color: #FF3F3F;
	text-decoration: none;
}

.bodyStandard {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.tableStandard {
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

.tdMiddle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #7F7F7F;
	border-left-width: 0px;
	border-left-style: none;
	padding-left: 15px;
	border-top-width: 0px;
	border-top-style: none;
	padding-top: 15px;
	border-right-width: 0px;
	border-right-style: none;
	padding-right: 15px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-bottom: 15px;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
