/* CSS Document */



/* HTML tags */

html, body {

  margin: 0;

  padding: 0;

  }

body {

  background-color: ffffff;

  color: #412001;

  }

A {

  /* color: #fc8120; */

  /* color: #6666cc; */

  color: #3333cc;

  }

A:link { 

    text-decoration: none;

}

A:active { 

    text-decoration: none;

}



A:visited { 

    text-decoration: none;

}



A:hover { 

    text-decoration: none;

	background-color: #412001;

	color: #ffffff;

	/*

    background-color: #fc8120;

	*/

}



/* classes */



.centerImage {

  text-align:center;

  margin-top:0px;

  margin-bottom:0px;

  padding:0px;

  }

.button {

  font-family: Verdana, Arial, Helvetica, sans-serif;

  }

.fieldsTable {

  color: #412001;

  font-family: "Courier New";

  font-size: 10pt;

  }

.spacer { 

  height: 1px;

  }

.imgLeft {

  float: left;

  margin-right: 1em;

  margin-bottom: 0;

  }

.imgRight {

  float: right;

  margin-left: 1em;

  }

.imgLink {

  border: 0;

  }

.nBR {

  white-space: nowrap;

  }

.disclaimer {

  margin: 1em;

  font-size: 10pt;

  }

.defaultHeight {

  height: 400px;

  }

.siteColor {

  color: #412001;

  }

.prtDisplay {

  display: inline;

  }



.nav {

  -moz-box-sizing: border-box;

  font-size: 10pt;

  }

.nav a {

  color: #412001;

  }

.nav a:hover {

  color: #ffffff;

  }



/* div id's */



div#main {

  -moz-box-sizing: border-box;

  width: 760px;

  margin-top: 0;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 12pt;

  border: 0px solid #00ff00;

  padding: 0;

  }

div#buttons {

  text-align: center;

  }

div#header {

  -moz-box-sizing: border-box;

  margin: 0;

  border: 0px solid #00ff00;

  /*

  background-color: #cccc99;

  */

  }

div#header h1 {

  margin: 0;

  }

div#header img {

  border: 0px solid #412001;

  }

div#printHeader {

  -moz-box-sizing: border-box;

  display: none;

  }

div#subHeader {

  -moz-box-sizing: border-box;

  /*

  background-color: #cccc99;

  */

  padding: 0;

  margin: 0;

  margin-top: 1em;

  border: 0px solid #0000ff;

  height: 40px;

  }

div#subHeader img {

  margin: 0;

  margin-bottom: -3px;

  border: 0;

  }

div#content {

  -moz-box-sizing: border-box;

  padding: 1em;

  }

div#specialMessage {

  -moz-box-sizing: border-box;

  margin-top: 1em;

  background-color: #ffffff;

  border: 1px solid brown;

  padding: 1em;
  
  display: none;

  }

div#specialMessage a {

  color: #f40000;

  }

div#specialMessage a:hover {

  color: #ffffff;

  background-color: #f40000;

  }

div#footer {

  -moz-box-sizing: border-box;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 10pt;

  text-align:center;

  margin-top: 1em;

  margin-bottom:0px;

  padding:0px;

  }

  

.lastParagraph {

  margin-bottom: 0;

  }



/* ****

 * MyFirstWebPage.net related styles

 * Please leave this at the bottom of this file

 */

.MFWPNlogo {

    font-family: 'courier new';  

    font-weight: bold; 

}

A:link.MFWPNlogo { 

    text-decoration: none;

}



A:active.MFWPNlogo { 

    text-decoration: none;

}



A:visited.MFWPNlogo { 

    text-decoration: none;

}



A:hover.MFWPNlogo { 

    text-decoration: none;

    background-color: #cccccc;

    color: #ffffff;

}



