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: #4AB7FF} /* Heading 2 colour is green */
h1 {font-family: arial} /* Heading font type is Arial */
h2 {font-family: arial} /* Heading font type is Arial */
h1 {font-size: 23} /* Heading 1 size is 23 in CSS, 18 pt in Frontpage */
h2 {font-size: 18} /* Heading 2 size is 17 in CSS, 14 pt in Frontpage */
h1 {text-indent: 15} /* Heading indent */
h2 {text-indent: 15} /* Heading indent */
a:link {color: #FD0000; text-decoration: underline; } /* Link settings */
a:active {color: #FD0000; text-decoration: underline; } /* Active link settings */
a:visited {color: #FD0000; text-decoration: underline; } /* Visited settings */
a:hover {color: #48C006; text-decoration: none; } /* Link hover settings */

table.table
{
    width: 765px;
	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
{
    width: 735px;
	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: 15px;
	text-align: justify;
}

td.leftside
{
    width: 15px;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	background-image: url('leftside.gif');
	vertical-align: top;
	font-family: arial;
	font-size: 12px
	color: #000000;
	text-indent: 0px;
	text-align: justify;
}

td.rightside
{
    width: 15px;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	background-image: url('rightside.gif');
	vertical-align: top;
	font-family: arial;
	font-size: 12px
	color: #000000;
	text-indent: 0px;
	text-align: justify;
}