body {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt; 
	line-height: 110%; 

	color: Black;
	background-color: transparent;
	}
* {margin:0; padding:0;}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	color: #000;
}
p{
/*	margin: 0 0 10pt;*/
margin: 0;
}
h1{
	font-size: 14pt;
}
h2{
font-size: 10pt;
	/*	line-height: 10pt;*/
}
h3{
	margin-top: 5pt;
}
h5{
	font-size: 9pt;
	margin-bottom: 4pt;
}
h6{
	font-size: 8pt;
}

.smallTitle{
	font-size: 10pt;
	line-height: 12pt;
}
.smallTitle2{
	font-size: 10pt;
	font-weight: normal;
}
.finePrint{
	font-size: .9em;
	margin-bottom: .5em;
}

ul{
	margin-top:0;
	padding-top:2pt;
}
li{
	margin-top:0;
	padding-top: 2pt;
	font-size: 9pt;
	line-height: 10pt;
	color: #000;
}

A:link {color: #fff; background: #333333; text-decoration: none;}
A:visited {color: white; background: #333333; text-decoration: none;}
A:active {color: black; background: white; text-decoration: none;}

table{
margin-top: 2px;/*	5pt;*/
	border: 1px solid #929292;
	background: #fff;
	border-collapse: collapse;
	margin-bottom:0; /*	5pt;*/
	width: auto;
	font-size: 8pt;
}
table th, table td {
	margin: 0;
/*	padding: 4px 10px;*/
	padding: 2pt 2pt;
	text-align: center;
	border: 1px solid #929292;

/*	width: 6em;*/
	
}
.tiny{
	font-size: .9em;
}
#bottom{
/*	margin-top:10px;*/
}
.alignLeft{
	float: left;
}
.alignRight{
	float: right;
}

img {
	margin-left: 1em;
}



