body {
	background-image: url(../images/bgrd.gif);
	background-repeat: repeat-x;
	background-color: #fff9e2;
	margin: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}
b {
	font-weight: bold;
}
strong {
	font-weight: bold;
}



a {
	color: #DF2D80;
	text-decoration: underline;
}
a:hover {
	color: #E63E97;
	text-decoration: none;
}
a.white {
	color: #FFF9E2;
	text-decoration: underline;
}
a.white:hover {
	color: #E6E1CC;
	text-decoration: none;
}

.textWhite {
	color: #FFF9E2;
}
.textWhiteBold {
	color: #FFF9E2;
	font-weight: bold;
}
.textGreen {
	color: #60a42b;
}

.textTitleGreen {
	color: #60a42b;
	font-weight: bold;
	font-size: 15px;
}


.textGreen_checkout {
	color: #60a42b;
    padding-left: 10px;
}

.textTitle {
	color: #60a42b;
	font-size: 15px;
	font-weight: bold;
}
.textTitle2 {
	color: #60a42b;
	font-size: 12px;
	font-weight: bold;
}


.dividerFooter {
	color: #A3D165;
}
.bgrdFooter {
	background-image: url(../images/bgrd_green.gif);
	background-repeat: repeat-x;
}