/* CSS Document */
body {
	background-color: #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.bgGray {
	background-color: #E6E6E6;
}
.bgWhite {
	background-color: #FFFFFF;
}
.bgNav {
	background-image:url(images/nav_background.gif);
	height: 35px;
	vertical-align: bottom;
}
.bgBlue {
	background-color: #2571CA;
	height: 54px;
}
.bgWhyDish {
	width: 284px;
	height: 54px;
	background-image: url(images/top_07.jpg);
}
.bottom {
	height: 26px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	background-image: url(images/bg_bottom_links.gif);
	vertical-align: middle;
}
.footer {
	height: 49px;
	background-image: url(images/bg_footer.gif);
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	vertical-align: middle;
}
.blue {
	color: #2571CA;
}
.drkBlue {
	color: #0A0AAD;
}
.white {
	color: #FFFFFF;
}
.bold {
	font-weight: bold;
}
.large {
	font-size: 16px;
}
.xlarge {
	font-size: 19px;
}
.xxlarge {
	font-size: 21px;
}
.body {
	font-size: 12px;
}
.small {
	font-size: 11px;
}
.tenpt {
	font-size: 10px;
}
.red {
	color: #D11414;
}
.gray {
	color: #666666;
}
.borderLeft {
	border-left: 1px solid #B2B2B2;
}
.borderTop {
	border-top: 1px solid #B2B2B2;
}
.quickLinks {
	font-size: 11px;
}
.padding {
	padding: 5px 5px 0px 5px;
}
li {
	list-style: none;
	font-size: 11px;
	padding-left: 0px;
	margin-left: 0px;
}
ul {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 1px;
	margin-left: 1px;
}
/* #### link styles ### */
.quickLinks {
	text-decoration: underline;
	color: #2F4F89;
}
.quickLinks:hover {
	text-decoration: underline;
	color: #FF9D00;
}
.bottomLinks {
	color: #FFFFFF;
	text-decoration: underline;
}
.bottomLinks:hover {
	color: #FFFFFF;
	text-decoration: none;
}

