h1 {
	font-family: "Arial Narrow";
	font-size: 19px;
	color: #46557B;
	text-transform: uppercase;
	font-weight: 600;
/*	width:220; height:80; filter: Shadow(Color=#666666, Direction=135)
*/
}
h2 {
	font-family: "Arial Narrow";
	font-size: 19px;
	color: #31598A;
	text-transform: uppercase;
	font-weight: 600;
	width:100%; height:16; filter:glow(color=#C79A11, strength=1) dropshadow(color=#CCCCCC, offx=1, offy=2);
}
h3 {
	text-align: center;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
td, body, p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
th	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-variant: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-right: 5px;
}
.warning	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990033;
	font-weight: bold;
	text-transform: uppercase;
}
input.inputfield {
	font-size        : 12px;
	font-family      :Arial, Helvetica, sans-serif;
	color            : #444444;
	border           : 1px #6F8BAA solid;
	background-color : #EEEEEE;
	font-weight:  bold;
	padding-left: 2px;
}

.fieldNames {
  font-size        : 12px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #2C3365;
  font-weight:  bold;
  vertical-align: top;
}
.formoutput {
  font-size        : 12px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #6F8BAA solid;
  background-color : #EEEEEE;
  font-weight:  bold;
  vertical-align: top;
  padding-left: 5px;
}

select {
  font-size        : 12px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #6F8BAA solid;
  background-color : #EEEEEE;
  font-weight:  bold;
}
textarea {
  font-size        : 12px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #6F8BAA solid;
  background-color : #EEEEEE;
  font-weight:  bold;
}

.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A9ABBA;
	text-transform: uppercase;
	font-weight: 900;
	width:100%;
	height:12;
	padding-top: 10px;
}
a.copyright:link  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;
}
a.copyright:visited  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;
}
a.copyright:hover  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;
}
a.copyright:active  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;
}
a.emhcraes:link  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;
}
a.emhcraes:visited  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;
}
a.emhcraes:hover  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;
}
a.emhcraes:active  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;
}
a:link {color: #993300}
a:visited {color: #000080}
a:hover {color: #CCCCCC}
a:active {color: #6633CC}
/*
Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!
*/