.table {
	border: none;
	height: 100%;
	width: 100%;
}
.line1 {
	background-color: #DBE2F3;
	height: auto;
}
.line2 {
	background-color: #DBE2F3;
	height: 30px;
}
.line3 {
	background-color: White;
	height: 28px;
	text-align: center;
}
.flash {
	height: 400px;
	width: 100%;
	background-color: #DBE2F3;
	text-align: center;
}
.mid {
	width: 600px;
	text-align: right;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
	color: #EA1D2B;
	position: relative;
	right: 2px;
}
.midl {
	width: 600px;
	text-align: center;
	font-family: Tahoma;
	font-weight:bold;
	font-size: 13px;
	color: #EA1D2B;
	position: relative;
	right: 2px;
}

A {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 13px;
	color: #E2373E;

}
A:hover {
	text-decoration: none;
	font-family: Tahoma;
	font-weight:bold;
	font-size: 14px;
	color: #618AB8;
}

