.body {
	font-family: Calibri, Arial;
	margin-top: 4px;
    background-color:inherit;
}
.bodystyle {
    background-color: #FFFFFF;
    font-family: Calibri, Arial;
}



/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

.left {
  width: 25%;
}

.right {
  width: 75%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* links */
a:link {
color: #0000FF;
text-decoration:none;
}

/* visited link */
a:visited {
color: #0000FF;
text-decoration:none;
}

/* mouse over link */
a:hover {
color: #00CC00;
text-decoration:none;
}

/* selected link */
a:active {
color: #CC0000;
text-decoration:none;
}

/*NAVIGATION BAR*/
.topnav {
  overflow: hidden;
  background-color: #eef;
}

.topnav a {
  float: left;
  color: #f2f2ff;
  text-align: center;
  padding: 2px 48px;
  text-decoration: none;
  font-size: 16px;
}

.topnav a:hover {
  background-color: #000;
  color: white;
}

.topnav a {
  float: left;
  color: #000000;
  text-align: center;
  padding: 4px 32px;
  text-decoration: none;
  font-size: 18px;
}


.expanded {
	font-family: Calibri, Arial;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 4px;
}
.justified {
	font-family: Calibri, Arial;
	text-align: justify;
}

.center {
  margin: auto;
  width: 787px;
  border: 0;
  padding: 1px;
}

td {
	font-family: Calibri, Arial;
	font-size: 18px;
	color: #000000;
}
th {
	font-family: Calibri, Arial;
	font-size: 18px;
    color: #000000;
}
.footer {
	font-family: calibri, arial, sans serif;
	font-size: 15px;
	color: #000033;
    padding-top: 28px;
}
.box1 {
      width: 820px;
      border: 1px solid #EEEEFF;
      font-family: Calibri, Arial;
	  font-size: 18px;
	  color: #000000;
      padding-top: 0px;
	  padding-right: 6px;
	  padding-bottom: 10px;
	  padding-left: 6px;

}
.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
}
