a:active { 
  font-family: Verdana, Arial, Times New Roman; 
  color: #000080; 
  text-decoration: none 
  } 
  
a:link { 
  font-family: Verdana, Arial, Times New Roman; 
  color: #000080; 
  text-decoration: none 
  } 

a:visited { 
  font-family: Verdana, Arial, Times New Roman; 
  color: #000080; 
  text-decoration: none 
  } 

a:hover { 
  font-family: Verdana, Arial, Times New Roman; 
  color: #000000; 
  text-decoration: underline 
  } 

body {
  background-color:#FFFFFF;
  }

body, tr, td, p, br, ul, li, form {
  font-size: 11px;
  font-family: Verdana, Arial, Times New Roman;
  }

h1 {
  font-size: 18 px;
  font-family: Verdana, Arial, Times New Roman;
  text-align: center;
  }

h2 {
  font-size: 16 px;
  font-family: Verdana, Arial, Times New Roman;
  }

.label {
  font-size: 6 px;
  font-family: Verdana, Arial, Times New Roman;
  }
 
.labelText
  font-size: 10 px;
  font-family: Verdana, Arial, Times New Roman;
  }

.Date {
  text-align:right;
  }

.DateSmall {
  color: #777777;
  }

table.DefTable {
  border:1;
  width:650px;
  background-color:#669999;
  }

td.paddingL {
  padding-left:80;
  }

td.paddingR {
  padding-right:80;
  }

td.headerTD {
  border-width:2;
  border:solid;
  border-top-width:2;
  border-bottom-width:2;
  border-left-width:0;
  border-right-width:0;
  border-color: #336666;
  text-align:center;
  }

td.upper [
  margin-left:200;
  margin-right:200;
  }

.Header {
  font-size: 14 px;
  padding-bottom:5px;
  font:bold;
  }

.NavImage {
  border:none;
  }

input {
  border: 1px solid #D9171F;
  font-family: Century Gothic, Arial; 
  color: #000000; 
  }

select {
  border: 1px solid #D9171F;
  font-family: Century Gothic, Arial; 
  color: #000000; 
  }


textarea {
  border: 1px solid #D9171F;
  font-family: Century Gothic, Arial; 
  color: #000000; 
  }

h3 {
  font-family: Century Gothic, Arial; 
  color: #000080;
  font-size: 14 px;
  margin-bottom: 0 px;
  }

.quote {
  font-family: Century Gothic, Arial; 
  color: #000000;
  font-size: 12 px;
  font-style: italic;
  }
  
table.links {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: darkgray;
	border-collapse: collapse;
	background-color: white;
}
table.links th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.links td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
