/*this section contains all formatting classes*/	
.center { text-align: center; }
.table1 { width: 100%;
          border-style:solid;
          border-width:0;
          border-color:#000000; }
.table2 { width: 500px;
          line-height:10pt;
          padding:3;
          border-style:solid;
          border-width:0;
          border-color:#000000; }
.table3 { width: 600px;
          margin: 20; }
.table4 { width: 90%;
          margin: 20;
          text-align:center;
          vertical-align:middle;
          background-position:center;
          background-attachment:fixed;
          background-repeat:no-repeat; }
.navbar { width: 100px;
          border-style:solid;
          border-width:0;
          border-color:#000000; }
.rowtitle { background-color: #808080; }
.title {  background-color: #696969; }
.tiny {   margin: 0 0 0 0;
          font-family: Verdana;
          font-size: 7pt;
          color: #aaaaaa; }

/*this section contains all formatting elements*/
input, textarea, select {
          font-family: Verdana;
          font-size: 8pt; }
td {      font-family: Verdana;
          font-size: 8pt; }
td.stats { vertical-align: bottom; }
p {       text-align: justify;
          margin: 5 0 0 0; }
p.white { text-align: justify;
          margin: 0 0 0 0;
          color: #ffffff; }
h3 {      font-weight: 400;
          color: #ffffff;
          font-size: 14pt;
          margin: 0;
          text-align: center; }
h1 {      font-weight: 700;
          color: #696969;
          font-size: 30pt;
          margin: 10; }
h5 {      font-weight: 700;
          color: #ffffff;	
          font-size: 8pt;
          margin: 0; }
h6 {      font-weight: 400;
          color: #000066;
          font-size: 8pt;
          margin: 0; }
a:link {  color: #8080ff;
          text-decoration: none; }
a:visited { color: #C0C0C0;
          text-decoration: none; }
a:active { color: #8080C0;	
          text-decoration: none; }
a:hover { color: #8080C0;	
          text-decoration: none; }
ul {      margin-top: 0; }
