	
p.normal
	{
	font-size:11.0pt;
	font-family:"Arial";
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.4;
	}
p.title
	{
	font-size:18.0pt;
	font-family:"Arial";
	text-align: center;
	margin-left: 20px;
	margin-right: 20px
	}
p.subtitle
	{
	font-size:13.0pt;
	font-family:"Arial";
	margin-left: 20px;
	margin-right: 20px}

/* unvisited link */
a:link {
    color: #000099;
    text-decoration: none
}

/* visited link */
a:visited {
    color: #000099;
}

/* mouse over link */
a:hover {
    color: blue;
}

/* selected link */
a:active {
    color: #000099;
}