﻿@charset "utf-8";
/* CSS Document */
img {
     max-width: 100%;
    height: auto;
 }

  .logo {display:block; width:auto; margin:0 auto}.centertext {
    text-align: justify;
}
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.Parahdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
.content {
    margin: 1px 5% 1px 5%;
    padding: 1px 5% 1px 5%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
}
.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
.pagehdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
}
.imagecredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	line-height: normal;
	vertical-align: inherit;
	text-align: inherit;
	text-indent: inherit;
	white-space: inherit;
	word-spacing: inherit;
	letter-spacing: inherit;
}
.responsive {
  width: 80%;
  max-width: auto;
  height: auto;
}
.imagecaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.fontcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
.redtxt {
	color: #993333;
}
.redtxtsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 500;
	font-style: italic;
	text-transform: capitalize;
	color: #993333;
}
