body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0e3c75;
	padding: 0;
	margin-bottom: 0px;	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e3c75;
	padding: 0;
	margin-bottom: 0px;	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e3c75;
	padding: 0;
	margin-bottom: 0px;	
	
}
.productheading {
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
	font-weight:  bold;
	
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330033;
	
}
.productheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F2569;
	font-weight:  bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #122A75;
	padding: 0;
	margin-bottom: 0px;	
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330033;
	
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	padding: 0;
	margin-bottom: 0px;	
	line-height: 1.25em;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	
}
a:link {
	text-decoration: underline;
	color: #5D4255;
}
a:visited {
	text-decoration: underline;
	color: #5C6B4B;
}
a:hover {
	text-decoration: underline;
	color: #71364A;
}
a:active {
	text-decoration: underline;
}
input.inputfield {
  font-size        : 12px;
  font-family      : font-family: Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-color : #EBEDF1;
  font-weight:  bold;
}

.formoutput {
	font-size        : 11px;
  font-family      : font-family: Arial, Helvetica, sans-serif;
	color            : #444444;
	border           : 1px #444444 solid;
  background-color : #EBEDF1;
	font-weight:  bold;
	padding-left: 5px;
}


textarea {
  font-size        : 12px;
  font-family      : font-family: Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-color : #EBEDF1;
  font-weight:  bold;
}
select {
  font-size        : 11px;
  font-family      : font-family: Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-color : #EBEDF1;
  font-weight:  bold;
}
.warning {
	color: #CC0000;
	text-transform: uppercase;
	font-weight: bold;
}