body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_all.gif);
	background-repeat: repeat-x;
	background-color: #19645d;
	margin-left: 2px;
	font-family: Tahoma, "MS Sans Serif";
	font-size: 12px;
}

.text_black {
	color: #000000;
	text-decoration: none;
}
.text_black_underline {
	color: #000000;

}
.text_white {
	color: #ffffff;
	text-decoration: none;
}
.text_white a { color: #ffffff; text-decoration: underline; }
.text_white a:hover { color: #ffffff; text-decoration: underline; }


.contentpad { padding: 4px; }

a { color: #000000; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }

.productimg { border: 1px solid #000000; }

#alert { color: #FF3300; background-color: #FFFFCC; border: 1px solid #FF6600; }