a {
	color: #075488;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}

p {
  color:#000000;
  text-align: justify;
}

.sectionheader {
	color: 6A97B8; 
	font-size: 16px; 
	font-style:italic; 
	font-weight: bold;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}
div.background {
	width: 1024px;
	height: auto;
	padding-left: 15px;
	padding-top: 15px;
}

div.footer {
	width: 920px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
    background-color:#ffffff;
	border:1px solid black;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}

div.transbox
  {
  width:550px;
  margin-left: auto;
  margin-right: auto;
  background-color:#ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  text-align: justify;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  }

div.transbox p
  {
  margin:15px 15px;
  color:#000000;
  text-align: justify;
}

