body{
	background-color: #aaaea8;
	margin: 0px;
	}

a:link{
	color: #555599;
	}
a:visited{
	color: #7777aa;
	}
a:active{
	color: #aaaacc;
	}
a:hover {
	color: #aaaacc;
	}

table{
	background-image: url(table_back.jpg);
	border-width: 0px;
	width: 740px;
	}
td{
	padding: 20px;
	}
td.nopadding{
	padding: 0px;
	}

p{
	line-height: 1.3em;
	}
div{
	line-height: 1.3em;
	}

p.title{
	color: #cc0000;
	font-weight: bold;
	font-size: 12pt;
	}
p.section{
	color: #668866;
	font-weight: bold;
	font-size: 11pt;
	}
p.text{
	color: #444455;
	font-size: 10pt;
	text-indent: 1em;
	}

div.title{
	color: #cc0000;
	font-weight: bold;
	font-size: 12pt;
	}
div.section{
	color: #668866;
	font-weight: bold;
	font-size: 11pt;
	}
div.text{
	color: #444455;
	font-size: 10pt;
	text-indent: 1em;
	}
div.copyright{
	color: #444455;
	font-size: 10pt;
	text-align: right;
	}

hr{
	height: 1px;
	}
