/* Elements */
/* ----------------------------------------------------- */
body {
  background-color: white; 
  color: black; 
  font: Arial, Helvetica, sans-serif;
  }
html>body {font-size:medium; font: Times New Roman, Serif;}
html>table {width:100%}

.skiplink {display:none}
a.skip {
  display: none;
}


a img { border-width:0; border-style:none; }

/* put url after link text instead of underlining */
a:link, a:visited {
  background-color: white; 
  color: black; 
  text-decoration: none;
}

/*a[href]:after {
  content: " (" attr(href) ")";
}*/

h1 a:after {
  content: "";
}

blockquote a:after {
  content: "";
}

/* Form */
/* ----------------------------------------------------- */
form { margin: 0;}

/* Formatting Structure */
/* ----------------------------------------------------- */
/*.lside{display:none;}


/* Titles */
/* ----------------------------------------------------- */

h1 {  
	margin: 0; 
  	padding-bottom: 2px; 
  	border: 0;
  	text-align: left; 
}
h2 {  
	margin: 0; 
  	padding-bottom: 2px; 
  	border: 0;
  	text-align: left; 
}
h3 {  
	margin: 0; 
  	padding-bottom: 2px; 
  	border: 0;
  	text-align: left; 
}

