BODY {
	color: Black;
	background-color: Black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align: left;
}

A {
	color: 0066FF;
	text-decoration: none;
}

A:HOVER {
	color: #999999;
	text-decoration: underline;
}

img { border: none; }

a img { border: none; text-decoration: none; }

h1 { 
	font-size: 12pt;
	color: black;
	
	
}

h2 { 
	font-size: 10pt;
	 
}

th {
	font-size: 9pt;
	text-align: left;
}


td {
	font-size: 9pt
}

.smallfont {
	font-size: 7pt;
}

.squarebullets { 
	font-size: 10pt;
	list-style-type: square;
	margin-left: 20px;
}

.bullets {
	font-size: 10pt;
	margin-left: 15px;
}
.img_right p, .img_left p { 
	text-align:center; 
	}
	
.img_right { 
	float: right; 
	width: auto; 
	font-size:.8em; 
	padding: .1em; 
	margin: 0 0 1em 1em; 
	border: 1px solid #333; 
	background-color:#eee; 
	}
	
.img_left { 
	float: left; 
	width: auto; 
	font-size:.8em; 
	padding: .1em; 
	margin: 0 1em 1em 0; 
	border: 1px solid #333; 
	background-color:#eee; 
	}

