.head 
{
	font-size: 16pt;
	text-align: left;
	color: #000000;
	font-weight: bold;
	margin-bottom: 3px;
}

.subhead 
{
	font-size: 14pt;
	text-align: left;
	color: #000000;
	font-weight: bold;
	margin-bottom: 3px;

}

.text 
{
	font-size: 13pt;
	text-align: justify;
	color: #000000;
}

.tabledata 
{
	font-size: 13pt;
	text-align: justify;
	color: #000000;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.comment 
{
	font-size: 13pt;
	text-align: justify;
	color: #000000;
}

.code 
{
	font-size: 13pt;
	text-align: left;
	color: #000000;
	background-color:#F5F5F5; 
}

.menuhead 
{
	font-size: 14pt;
	text-align: left;
	font-weight: bold;
	text-indent:10px;
}

.menu {
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
	text-indent: 20px;
}

.counter 
{
	text-indent:4px;
	font-size: 12pt;
	text-align: justify;
	color: #000000;
}

body {
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times"; 
	font-size: 13pt;
	text-align: justify;
	color: #000000;
}

a 
{ 
	text-decoration: none;
	color: #00008B; 
}

a:hover 
{
	text-decoration: underline;
}

pre 
{
	font-size: 13pt;
	text-align: justify;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

img.latex 
{
	vertical-align: middle; 
	border: 0; 
	display: inline; 
}


