/** {
	padding: 0;
	margin: 0;
}

body {
	font-size: 12px;
	background-color: white;
	color: black;
}*/


h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.4em;
}
/*
h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 0.9em;
}

body table {
	border-collapse: separate;
}

ol li {
	margin-left: 40px;
}

.blurb {
	font-size: 0.9em;
	color: gray;
}
*/
div {
	position: relative;
}/*
ul, ol {
    margin: 0;
    padding: 0;
}*/
.floatLeft{
	float:left;	
}
.floatRight{
  float:right; 
}
.spacer {
  clear:both;
}
.textCenter{
  text-align:center;		
}

a {
  color: #0f5590;
  text-decoration: none;
  font-weight:bold;
}

a:hover, a:active, a.active {
  text-decoration: none;
  color: #669900;
}

/*remove the dotted outline on active links*/
a:active {outline: none;}

/*remove the dotted outline on active links*/
:focus {outline: none;}
/*
     