  body {
  	background-color: #FFFFF4;
  	font-family: Tahoma, Verdana, Arial;
  	font-size: 10pt;
  }
  .content {
      background-color: white;
      background-image: url('images/gradient.png');
      background-repeat: repeat-x;
      padding: 2em 1em;
        border-radius: 0.5em;
   -moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
    border: 1px solid #B4B4B4;
    margin-top: 3em;
  }
  .copyright {
      background-color: white;
      padding: 1em;
        border-radius: 0.5em;
   -moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
    border: 1px solid #B4B4B4;
    margin-top: 2em;
    font-family: Verdana, Tahoma, Arial;
    font-size: 8pt;
    text-align: center;
    line-height: 2em;
  }
  .menu {
      font-family: Verdana, Tahoma, Arial;
      font-size: 8pt;
      color: white;
      background-color: #222222;
      padding: 1.5em;
      border-radius: 1.5em;
   -moz-border-radius: 1.5em;
-webkit-border-radius: 1.5em;
    text-align: center;
  }
  a.mlink, a:visited.mlink {
    color: white;
  	text-decoration: underline;
  }
  a:hover.mlink, a:active.mlink {
  	color: yellow;
  	text-decoration: none;
  }
  .logo {
    margin-top: -2.8em;
    margin-bottom: 2.8em;
    padding-left: 2em;
    padding-right: 2em;
    color: white;
  	font-family: Georgia, Times, "Times New Roman", Serif;
  	font-size: 8pt;
  }
  a {
  	color: #5555FF;
  }
  a:visited {
  	color: #559955;
  	text-decoration: none;
  }
  a:hover, a:active {
  	text-decoration: none;
  	color: gray;
  }
  p {
  	margin: 10px 0px;
  	font-family: Georgia, Times, "Times New Roman", Serif;
  	font-size: 12pt;
  	line-height: 1.5em;
  }
  p:first-letter {
  	margin-left: 1em;
  	font-weight: bold;
  	font-size: 1.2em;
  }
  p > img {
  	display: block;
  	text-align: center;
  	margin: 10px 0px;
  	background-color: #FEFEFE;
  }
  p > a > img {
  	display: block;
  	text-align: center;
  	margin: 10px 0px;
  	background-color: #FEFEFE;
  }
  code {
    display: block;
  	background-color: #EEEEFF;
  	font-family: Courier New, Courier, Monospaced;
  	font-size: 12pt;
  	margin: 0.5em 3em;
  	padding: 1em;
  	border-left: 1px solid navy;
  }
  blockquote {
  	background-color: #EEFFEE;
  	font-family:  Georgia, Times, "Times New Roman", Serif;
  	font-size: 10pt;
  	margin-left:  3em;
  	padding: 1em;
  	border-left: 1px solid green;
  	padding-left: 0.5em;
  }
  h1,h2,h3,h4,h5,h6 {
  	font-family: Helvetica, Geneva, Arial, Verdana, Tahoma, Sans-Serif;
  	font-weight: normal;
  	text-capital: upper;
  	border-bottom: 1px solid silver;
  	margin: 7px 0px;
  	color: #222244;
  }
  h1 { font-size: 2.6em; }
  h2 { font-size: 2.2em; }
  h3 { font-size: 1.8em; }
  h4 { font-size: 1.4em; }
  h5 { font-size: 1.2em; }
  h6 { font-size: 1.0em; }
  .container {
  	min-width: 780px;
  	max-width: 1024px;
  }
  ul, ol {
  	font-family: Helvetica, Geneva, Arial, Verdana, Tahoma, Sans-Serif;
  	font-size: 1.1em;
  }
  ul > li, ol > li {
  	margin: 3px 0px;
  }
  .subheader {
  	margin-top: -7px;
  	font-size: 0.8em;
  	font-family: Georgia, Times, "Times New Roman", Serif;
  	text-align: right;
  	margin-bottom: 7px;
  	color: #222266;
  }
  address {
  	text-align: right;
  }

