body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.5em;
}

h1 {
	font-family: "Arial Narrow";
	font-size: 18px;
	color: #1B1E4B;
	width:100%;
	height:16;
	filter: Shadow(Color=#DDDDDD, Direction=135);
	text-transform: uppercase;	
}
h2 {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #000033;
	width:100%;
	height:16;
	filter: Shadow(Color=#DDDDDD, Direction=135);
	font-variant: small-caps;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330033;
	padding: 0;
	margin-bottom: 0px;	
	
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330033;
	
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330033;
	
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}
.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}



a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #135681;
	
}
a:visited {
		color: #333333;
}
a.:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
}




a: nav active {
	text-decoration: none;	
}
a nav: {
	color: #333333;
	text-decoration: none;
}
a.nav:hover {
	text-decoration: underline;
	color: #333333;
	background-color:#F4F5F6;
}
a.nav:link {
	text-decoration: none;
	color: #333333;	
}
a.nav:visited {	
	color: #57402F;
}



input.inputfield {
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-color : #F1F1F5;
  font-weight:  bold;
}

.formoutput {
	font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
	color            : #444444;
	border           : 1px #444444 solid;
  background-color : #F1F1F5;
	font-weight:  bold;
	padding-left: 5px;
}


textarea {
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-color : #F1F1F5;
  font-weight:  bold;
}
select {
  font-size        : 11px;
  font-family      : rial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-color : #F1F1F5;
  font-weight:  bold;
}