
body, td, li {

font-family: Times, Helvetica, sans-serif;
font-size: 11pt;
color: #333333
}

select, input, textarea {
margin-left: 2px;
font-family: Times, Helvetica, sans-serif;
font-size: 8pt;
color: #7F4340;
background-color: #FFFFFF;
border: 1px solid;
border-color: #333333;

}

tr {
border: 2px solid #000000;

}
h1 {
  font-size: 16px;
  color: #7F4340;
  font-weight: bold;
}
h4 {
  font-size: 12px;
  color: #7F4340;
}


a:link {
	color: #7F4340;
	text-decoration: none;

}
a:visited {
	color: #7F4340;
	text-decoration: none;
}
a:hover {
	color: #7F4340;
	text-decoration: underline;

}
a:active {
	color: #7F4340;
	text-decoration: underline;
}
.forcategory {
	color: #000000;
}
.smaller {
	font-size: smaller;
}
.small {
	font-size: xx-small;
}
