  
BODY{
  text-align : center;
  font-size : 12pt;
  
}
#outline{
  width : 780px;
  text-align : left;
  background-color : #ffffc8;
}
#left{
  float : left;
  width : 300px;
  text-align : center;
}
#right{
  float : right;
  width : 470px;
}
H1{
    font-size : 16pt;
    font-weight: bold;
    color: white;
    background-color: blue;
    width: 780px;
    padding:5px;
}
div {
	width: 780px;
	text-align: left;
}

H2{
	font-size : 14pt;
	padding-left : 15px;
	padding-top : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	margin-top : 5px;
	margin-bottom : 10px;
	border-left-width : 20px;
	border-left-style : solid;
	border-left-color : blue;
}
H3{
    font-size: 10pt;
    background-color : #d7d7ff;
    font-weight: bold;
    margin:5px;
    padding-left:15px;
    padding-top:5px;
    padding-bottom:5px;
}
H4{
  font-size : 12pt;
  font-weight : bold;
  color : maroon;
  margin-top : 5px;
  margin-left : 45px;
  margin-right : 20px;
  margin-bottom : 10px;
}
H5{
  font-size : 11pt;
  font-weight : bold;
  margin-top : 5px;
  margin-left : 50px;
  margin-right : 20px;
  margin-bottom : 10px;
}
P{
	font-size : 10pt;
	margin-top : 5px;
	margin-left : 40px;
	margin-right : 20px;
	margin-bottom : 10px;
	line-height : 20px;
}
.blue18{
	font-size : 18pt;
	font-weight : bold;
	color : blue;
}
#footer{
  clear : both;
  width : 780px;
  text-align : left;
}
.point12{
  font-size : 12pt;
  font-weight : bold;
}
.point14 {
	font-size: 14pt;
	font-weight: bold;
}

.red-b{
  font-weight : bold;
  color : red;
}
#foot {
	clear: both;
	text-align: right;
}
