a.imglink:link, a.imglink:visited, a.imglink:hover {
	text-decoration:none;
	border-bottom: none;
}

A:link {
	text-decoration:none;
	color:#990000;
	border-bottom: dotted #D0D0D0 1px;

}
A:visited {
	text-decoration:none;
	color:#808080;
	border-bottom: dotted #D0D0D0 1px;
}
A:hover {
	text-decoration:none;
	color:#A00000;
	border-bottom: dotted #E0AAAA 1px;
}
body {
	background:#ffffff;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}


.centered
{
	text-align: center;
}


.smtitle
{
	font-size:14pt;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:23px;
}

.lgtitle
{
	font-size:14pt;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:23px;
	text-align: center;
}

.para
{
	margin-top: 17pt;
	margin-bottom: 17pt;
}
.caption {
	font-size:8pt; 
	text-align:justify;
	margin-top: 3pt;
	margin-bottom: 10pt;
}



.image
{
	display: block;
	margin-left: auto;
    	margin-right: auto;
	margin-bottom: 5pt;
	text-align:center;
}

.maths
{
	font-family: Times New Roman, Times, serif;
	font-style:italic;
	white-space:nowrap;
}
.eqn
{
	font-family: Times New Roman, Times, serif;
	font-style:italic;
	margin-left:40px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:10pt;
}
.indent
{

	margin-left:40px;
	margin-top:5px;
	margin-bottom:5px;
}
#page {
	text-align:justify;
	width:800px;
	font-size:11pt;
}

img {   
	display: inline;
	margin-left: auto;
    	margin-right: auto;     
}


