.producttitle {
	font-size: medium;
	font-weight: bold;
	color: #339933;
}
.intro {
	font-weight: bold;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
.title {
	font-size: x-small;
	font-weight: bold;
	color: #339933;
}
body {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
li {
	list-style-type: square;
}
td {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.teasersalespoints {
	color: #FF3333;
	font-weight: bold;
}
.titlewhite {
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
.linksbox {
	font-weight: bold;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-image: url('/images/redbutton-small.gif');
}
a.white:link {
	font-size: xx-small;
	color:#FFFFFF;
	text-decoration: none;
	font-weight : bold;
}
a.white:visited {
	font-size: xx-small;
	color:#FFFFFF;
	text-decoration: none;
	font-weight : bold;
}
a.white:hover { 
	font-size: xx-small;
	color: #FFFFFF; 
	text-decoration: underline;
	font-weight : bold;
}
a.white:active {
	font-size: xx-small;
	color:#FFFFFF; 
	text-decoration: underline;
	font-weight : bold;
} 
.red {
	color: #FF3333;
}