/* generic */

body
{
	background-color: #ffffff;
	margin: 0 0 0 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}
table
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

/* layout */
#outerTable
{
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
}
#contentTable
{
	width: 707px;
}
H1{	font-family: Arial, Verdana, Sans-Serif;	font-size: 12px;}

/* colour formatting */
#red
{
	color: Red;
}

.product1
{
    font-family: Tahoma;
    font-size: 11pt;
    color: #0071BC;
}

.product2
{
    font-family: Tahoma;
    font-size: 11pt;
    color: #A2224B;
}

.product3
{
    font-family: Tahoma;
    font-size: 11pt;
    color: #D76A2B;
}

.product4
{
    font-family: Tahoma;
    font-size: 11pt;
    color: #000000;
}

.product5
{
    font-family: Tahoma;
    font-size: 11pt;
    color: #0DB14B;
}