p {margin-top: 0; margin-bottom: 0;} /* Distances between lines */
p {text-align: justify;} /* Text alignment is justify */
p {font-family: arial} /* Text font type is Arial */
p {font-size: 12} /* Size of default font */
h1 {color: #0099FF} /* Heading 1 colour is blue */
h2 {color: #84C225} /* Heading 2 colour is green */
h3 {color: #A2A2A2} /* Heading 3 colour is grey */
h1 {font-family: arial} /* Heading font type is Arial */
h2 {font-family: arial} /* Heading font type is Arial */
h3 {font-family: arial} /* Heading font type is Arial */
h1 {font-size: 23} /* Heading 1 size is 28 in CSS, 21 pt in Frontpage */
h2 {font-size: 18} /* Heading 2 size is 23 in CSS, 18 pt in Frontpage */
h3 {font-size: 18} /* Heading 3 size is 18 in CSS, 14 pt in Frontpage */
h1 {text-indent: 18} /* Heading indent */
h2 {text-indent: 18} /* Heading indent */
h3 {text-indent: 18} /* Heading indent */
a:link {color: #0099FF; text-decoration: underline; } /* Link settings */
a:active {color: #0099FF; text-decoration: underline; } /* Active link settings */
a:visited {color: #0099FF; text-decoration: underline; } /* Visited settings */
a:hover {color: #84C225; text-decoration: none; } /* Link hover settings */

table.table
{
    width: 982px;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	background: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	color: #000000;
    text-indent: 0px;
	text-align: justify;
}

td.content-cell
{
    width: 610px;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	background: #FFFFFF;
	vertical-align: top;
	font-family: arial;
	font-size: 12px
	color: #000000;
	text-indent: 18px;
	text-align: justify;
}
 
td.wide-content-cell
{
    width: 970px;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	background: #FFFFFF;
	vertical-align: top;
	font-family: arial;
	font-size: 12px
	color: #000000;
	text-indent: 18px;
	text-align: justify;
}
  
td.box-cell
{
    width: 360px;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	background: #FFFFFF;
	vertical-align: top;
	font-family: arial;
	font-size: 12px
	color: #FFFFFF;
	text-indent: 0px;
	text-align: justify;
}

td.left-border
{
    width: 6px;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	background-image: url('left-table-border.gif');
	font-family: arial;
	font-size: 5px;
	color: #000000;
}

td.right-border
{
    width: 6px;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	background: #0099FF;
	background-image: url('right-table-border.gif');
	font-family: arial;
	font-size: 5px;
	color: #000000;
}

td.box
{
	background: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	color: #666666;
	margin-top: 0px; 
	margin-bottom: 0px;
	text-indent: 12px;
}