
  body {
    font-family: "Calibri", Arial;
    background: #f0f0f0;
	color: black;
	padding: 0px;
	margin: 0px;
	text-align: left;
  }

  h1, h2, h3 {
  	font-family: "Century Gothic",Arial,Helvetica,sans;
 	text-align: left;
 	}
 	
li, div, h4 {
  text-align: left;
}
  
 A {text-decoration: underline;}

 p {
    text-align: justify;
	padding-left: 15px;
}
.leftbar {
   background-color: #CCCC9A;
   border-right: solid 1px #444488;
}
h3, h4 {
  border-bottom: solid 1px #444488;
}

h3 {
  text-align: right;
  color: #444488;
}

strong {
  color: #444488;
}

.title {
	border-bottom: solid 4px #444488;
	background-color: #CCCC9A;
	vertical-align: middle; 
}

td {
  vertical-align: top;
  padding: 10px;
}
table {
border-spacing: 0px;
  background-color: #DDDDDD;
  border-left: solid 4px #444488;
  border-right: solid 4px #444488;
  padding:0px; margin:0px;
}
