body {
	background: gray;
	font-family: Arial,Helvetica;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
}
#OuterBorder {
	width: 990px;
	border: 2px solid black;
	background: white;
	margin-left: auto;
	margin-right: auto;
}
#Header {
	background: black;
	color: white;
	padding: 4px;
}
#Header a {
	color: white;
}
#ContactUsLine {
	background: white;
	padding: 1px;
}
#ContactUsContainer {
	margin-left: auto;
	width: 275px;
	background: black;
	padding: 3px;
	color: white;
	text-align: center;
}
#UpperNav {
	padding: 6px;
	text-align: center;
}
td.UpperNav {
	padding-left: 10px;
	padding-right: 10px;
	border-right: 2px solid black;
}
td.UpperNav a {
	color: black;
	font-weight: bold;
}

	
.Search {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	color: black;
}
#Footer {
	background: black;
	color: white;
	padding: 5px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#LowerNav {
	text-align: center;
	padding: 4px;
}
.AuthorizedSource {
	font-size: 18px;
}
.Subscribe {
	font-size: 14px;
}
#LowerNav {
	font-size: 14px;
	font-weight: bold;
}
#LowerNav a {
	color: black;
	font-size: 14px;
	font-weight: bold;
}
#Copyright {
	text-align: center;
	font-size: 12px;
}
.Heading {
	background: black;
	color: white;
	font-weight: bold;
	font-size: 18px;
	padding-left: 7px;
}
.FormData {
	text-align: left;
}



#BrandButtons {
	text-align: center;
}
#BrandButtons a {
	border: 1px solid;
	border-color: #DDD black black #DDD;
	background: silver;
	color: black;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
	line-height: 30px;	
	font-size: 10px;
}
#BrandButtons a:hover {
	border: 2px solid;
	border-color: black silver silver black;
	background: gray;
	color: yellow;
}
#Pagination {
	font-size: 12px;
	text-align: center;
}
.FormLabel {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
.IForgot {
	font-size: 10px;
}
.Error {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #900;
}
.ListLabel {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
a.RequestButton {
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	color: white;
	padding: 5px;
	border: 1px solid gray;
	background: silver;

}
a.RequestButton:hover {
	color: black;
	text-decoration: none;
	background: gray;
	border: 1px solid black;
}
a.PushButton {
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	padding: 5px;
	color: black;
	background: gray;
	border: 1px solid black;

}
a.PushButton:hover {
	text-decoration: none;
	color: white;
	border: 1px solid gray;
	background: silver;
}
div#SalesCall {
	width: 375px;
	margin-left: auto;
	margin-right: auto;
	visibility: hidden;
	font-size: 12px;
	padding: 15px;
	border: 1px solid gray;
	position: absolute;
	background: white;
	z-index: 99;
	left: 450px;
	top: 100px;
}
#SalesCall .FormLabel {
	font-size: 12px;
	font-weight: bold;
}

#BodyContent {
	padding: 15px;
}
#HomeBodyContent {
	padding: 0px;
}
.Center {
 text-align: center;
}
