

.clearing{
 clear: both;
}

p, li {
  font-size: 90%; text-align: justify;
	margin: 5px 20px 5px 20px;
	padding: 0 0 5px 0;
}

table {
	margin: 10px 20px 10px 20px;
}

td {
  font-size: 90%; 
	text-align: justify;
	margin-top: 0;
	padding: 5px;
}
th {
  font-size: 100%; 
	font-weight: bold; 
	text-align: left;
	margin: 0;
	vertical-align: top;
	padding: 5px;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0px;	
	padding: 5px 10px 2px 25px;
	text-align: left;
	color: #0066aa; background: transparent; 
	clear: both;
}

h1 {
	font-size: 160%;  font-weight: bolder;
}
h2  {
	font-size: 150%;  font-weight: normal;
}

h3  {
	font-size: 120%; font-weight: bolder; 
}
h4  {
	font-size: 120%; font-weight: normal;
}
h5  {
	font-size: 100%; font-weight: bolder;
}
h6  {
	font-size: 90%; font-weight: normal; 
}

hr	{color: #dddddd; background: transparent; clear: both;}

img {
  color: #ffffff; 
	background: transparent; 
	border: 0px; 
	margin-top: 5px; 
	margin-bottom: 5px;
	margin-left: 10px;
}
img.right {
  display:block;
	clear: right; 
	float: right; 
	margin-left: 10px; 
	margin-right: 10px;
}
img.left  {
  display:block;
	clear: left; 
	float: left;
	margin-left: 20px; 
	margin-right: 10px;
}
img.center {
  display:block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

object.right {float: right; margin-left: 10px; margin-right: 10px;}
object.left {float: left; margin-left: 20px; margin-right: 10px;}
object.center {
  display:block;
  clear: both;
	margin-right: auto;
	margin-left: auto;
}


a:link		{color: #6666ff; background: transparent; text-decoration: none;}
a:visited	{color: #ff6666; background: transparent; text-decoration: none;}
a:active	{color: #ffffff; background: #003333; text-decoration: none;}
a:hover		{color: #0000ff; background: #eeeeee; text-decoration: none;}

/* ===== Below doesn't work to compress out extra whitespace added when superscripts are used... ===== */
sup, sub {margin-top: 0px; padding-top: 0px; font-size: 60%;}

pre {
  text-align: left;
	font-family:  times, serif;
	font-size: 100%;
	margin: 5px 20px 5px 30px;
}

.anchor {color: #000099; 
  background: url(../pics/link.png) no-repeat right 50% transparent;
  text-decoration: none;
  text-align: right;
	margin: 5px;
	padding: 5px 15px 5px 10px;
}
	
.ref {
  font-size: 80%; 
	background: transparent; color: #555555;}

.comment  {
	border: #000099 1px solid; 
	padding: 5px 10px 5px 10px; 
	margin: 10px;
	color: #000099; background: #ffffff;
	clear: both; 
}

.right {
  display:block;
	clear: right; 
	float: right; 
	margin-left: 10px; 
	margin-right: 10px;
}

.clearing{
  clear: both;
}