/* CSS Document */

html {
	height: 100%;
}

h1 {font-size: 28px;font-family: Arial, Helvetica, Sans Serif; font-weight: bold; }
h2 {font-size: 18px;font-family: Arial, Helvetica, Sans Serif; font-weight: bold; }
h3 {font-size: 16px;font-family: Arial, Helvetica, Sans Serif; font-weight: bold; }
h4 {font-size: 14px;font-family: Arial, Helvetica, Sans Serif; font-weight: bold; }
h5 {font-size: 12px;font-family: Arial, Helvetica, Sans Serif; font-weight: bold; }
h7 {font-size: 18px;font-family: Arial, Helvetica, Sans Serif; font-weight: bold; }

a:link, a:visited {color:#0000FF; text-decoration:  underline; font-weight: bold;font-size: 14 px;}

body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 220%;
	font-size: 12px;
	color: #333333;
	background: #ffffff;
	margin-bottom: 25px;

}

table.calc {
  border: 5px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  background: lawngreen;
  text-align: left;
}

table.calc th {
  padding: 2px;
}

table.calc td {
  padding: 2px;
}

table.clearlayout {
  border: 5px ;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.references {
  border: 5px solid #cccccc;
  padding: 2px;
  spaceing: 2px;
  margin-left: 1px;
  margin-bottom: 1px;
  background: lightyellow;
  text-align: left;
  border-collapse:collapse;
}

table.references td {
  padding: 2px;
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 12 px;
  font-color: blue;
  border:2px solid #cccccc;
 }
 
 table.weblinks {
 border: 5px
 padding: 2px;
 padding: 2px;
 background: #CCFFCC;
 }
 
 table.weblinks td {
 font-family: Arial
 font-color: blue;
 font-size: 12 px;
 border:2px solid #cccccc;
 }
 
 