@charset "UTF-8";
html, body { 
	height: 100%;
}
body {
	margin: 0px;
}
.Nav_BackGround {
	background-image: url(images/Nav_BG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.Banner_1R {
	background-image: url(images/Banner_1R.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.Banner_1L {
	background-image: url(images/Banner_1L.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.Footer_Red {
	background-image: url(images/Footer_Red.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.Footer_Grey {
	background-image: url(images/Footer_Grey.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.Height { 
	height: 100%;
}
.Top_Line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EA1D25;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #545657;
	line-height: 24px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #999999;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #545657;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #EA1D25;
	text-decoration: none;
}
.list_table p {
	padding: 0px;
	margin: 0px;
}