body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 50px;
	color: #000000;
	background-color: #FFFFFF;
}

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E64784;
	font-weight: bold;
}
.titletext em /* added 9-Oct-2007 CarteNoirSteve */
{
    font-size:18px;
    margin-top:0;
    margin-bottom:5px;
}
.producttext /* added 9-Oct-2007 CarteNoirSteve */
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:14px;
    color: #000000;
    font-weight:normal;
    text-indent:100px;
    margin-top:-13px;
    margin-bottom:5px;
    margin-right:20px;
}
.producttextnormal /* added 31-Oct-2007 CarteNoirSteve */
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #000000;
    font-weight:normal;
    margin-top:5px;
    margin-bottom:5px;
    margin-right:20px;
    text-align:justify;
}
.productcomment /* added 9-Oct-2007 CarteNoirSteve */
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:14px;
    color: #000000;
    font-weight:normal;
    margin-left:100px;
    text-align:justify;
    margin-top:5px;
    margin-bottom:5px;
    margin-right:20px;
}
.productcomment em /* added 9-Oct-2007 CarteNoirSteve */
{
    font-size:20px;
    line-height:14px;
    font-weight:bold;
    vertical-align:bottom;
    color:#E64784;
}


.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

hr { 

    height=1;
	border-color: #E64784;
	border-bottom-width: 1px;
	border-style: solid;
}


.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FADBE7;
}


a:link {
    color: #E64784;
	text-decoration: none;
	} 
	
a:visited {
    color: #E64784;
	text-decoration: none;
	}

a:hover {
    color: #F3A3C2;
	text-decoration: none;
	} 

a:active {
    color: #E64784;
	text-decoration: none;
	}