body {
	background : #ffffff;
	font-family : "Times New Roman", serif;
	font-size : 12pt;
	margin-bottom : 0px;
}
body.margin {
	background : #ffffff;
	margin-top : 0px;
	margin-left : 40px;
	margin-right : 40px;
	margin-bottom : 0px;
}
body.edge {
	background : #ffffff;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}
a.link {
	color:#0000ff;
}
a.link:hover {
    color:#0000ff;
    background-color:#ffff00;
}
p.pad {
	margin-left : 40px;
	margin-right : 40px;
}
p.title {
	font-family : Arial, sans-serif;
	font-size : large;
	font-style : oblique;
	text-indent : 10px;
	font-weight : bold;
}
p.head {
	font-family : Arial, sans-serif;
	font-size : medium;
	font-style : oblique;
	text-indent : 20px;
	font-weight : bold;
}
p.indent {
	margin-left : 40px;
	margin-right : 40px;
	text-indent : 20px;
}
p.right {
	margin-left : 20px;
	margin-right : 40px;
	text-align : right;
}
p.capleft {
	font : Arial sans-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : italic;
	text-align : left;
}
p.capright {
	font : Arial sans-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : italic;
	text-align : right;
}
td.fixedimg {
	background-repeat : no-repeat;
}