/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;
	background-color: #dfddd9;
}
p {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a {
	color: #333333;
	text-decoration: none;
}
.categorySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.categorySmallBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.categorySmallBoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

.categorySmallBoldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: Red;
	text-decoration: none;
}
.FooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

.categoryBold {
	font-weight: bold;
}
.boldBlue {
	font-weight: bold;
	color: #006699;
	font-size: 13px;
}
.boldBlueSmall {
	font-weight: bold;
	color: #006699;
	font-size: 11px;
}
.boldRed {
	font-weight: bold;
	color: #CC0000;
}
link {
	color: #CC0000;
}
.searchLandingWhite {
	color: #FFFFFF;
}
.categoryTitle {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.welcome {
	font-size: 11px;
	color: #006699;
}
.pageWhite {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.InputText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.InputTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.InputTextSmallRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #DC0000;
	text-decoration: none;
}

.MerchantLinkBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

.border{
	border: 1px solid #4EA4D6;
}

.footer{
	color:#333333;
	font-size: 12px;
}
.footer a{
	color:#333333;
	text-decoration: none;
}
.footer a:hover{
	color:#FF0000;
	text-decoration: underline;
}
