* {
	font-family: Verdena, Arial, Helvetica, sans-serif;
	font-size: 12px;
  color: #000000;
}

body {
	padding: 0; 
	margin: 0; 
	border: 0; 
  background: #ffffff;
  color: #000000; 
}

img {
  border-width: 0px;
  }
  
h1 {
  margin: 0px;
  font-size: 24px;
  font-weight: bold;
  color: #58585A;
  margin-bottom: 10px;
  }
  
h2 {
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

h2 a {
  color: #d1242a;
  text-decoration: none;
  font-size: 16px;
}

h2 a:hover {
  font-size: 16px;
  color: #40af49;
  text-decoration: underline;
}

hr {
  color: #eeeeee;
}

.mainTbl {
  width: 950px;
  margin: auto;
}

.top {
  margin-top: 25px;
}

.nav a {
 color: #000000;
 text-decoration: none;
 font-size: 20px;
}

.nav a:hover {
 color: #948a8a;
}

.nav .current {
 color: #948a8a;
 text-decoration: underline;
}

.textBody {
  padding: 10px;
  padding-bottom: 0px;
}

.textBody a {
 color: #ff0000; 
 text-decoration: none;
}

.textBody a:hover {
  color: #40af49;
  text-decoration: none;
}

.footer {
  color: #d2232a;
}

.footer a {
  color: #d2232a;
  text-decoration: none;
}

.footer a:hover {
  color: #40af49;
  text-decoration: none;
}

.error {
  text-align: left;
  color: #ff0000;
}

.documents {
  list-style-type: square;
}

.documents li {
  margin-top: 5px;
}

.documents a {
  color: #d1242a;
  text-decoration: none;
}

.documents a:hover {
  color: #40af49;
  text-decoration: underline;
}

.getAdobe {
  float: right; text-align: center;
  background: #eeeeee;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #d1242a;
  margin-right: 320px;
}

.getAdobe a {
  color: #d1242a;
  text-decoration: none;
}

.getAdobe a:hover {
  color: #40af49;
  text-decoration: underline;
}
#upload{  
  margin:30px 200px; padding:15px;  
  font-weight:bold; font-size:1.3em;  
  font-family:Arial, Helvetica, sans-serif;  
  text-align:center;  
  background:#f2f2f2;  
  color:#3366cc;  
  border:1px solid #ccc;  
  width:150px;  
  cursor:pointer !important;  
  -moz-border-radius:5px; -webkit-border-radius:5px;  
 }  

