body, div, p, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, a, li {
  font-family: verdana, arial, sans-serif;
}

body, th, td, input, select, textarea, p, li {
  font-size: 11px;
}

code, pre {
  font: 11px "courier new", courier, monospace;
}

body {
	background-color: #c1c1c1;
  color: #000;
}

li {
	font-size: 10px;
}

h1 {
  font-size: 16px;
	color: #568715;
	margin: 0px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}

h4 {
  font-size: 10px;
}

h5 {
  font-size: 8px;
}

h6 {
  font-size: 6px;
}

img {
  border: 0px;
}

hr {
  height: 1px;
}

th {
  text-align: left;
}

a:link, a:visited, a:active {
  color: #568715;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
  color: #afc296;
	font-weight: bold;
	text-decoration: none;
}

.alert {
  color: #f00;
}

.required {
  color: #9eb77e;
	font-size: 9px;
}

.stroke {
	border: #000 1px solid;
}

.footer {
	color: #7f7f7f;
	font-size: 9px;
}

.featured {
	color: #7f7f7f;
	font-size: 9px;
}

.divider {
	color: #cccccc;
	font-size: 9px;
}

.smallItalic {
	font-size: 9px;
	font-style: italic;
}

.small {
	font-size: 10px;
}

.smaller {
	font-size: 9px;
}

.welcome {
	font-size: 9px;
}

.category {
  font-size: 10px;
	color: #568715;
	font-weight: bold;
}

.underFooter {
	background-image: url(../images/backgrounds/underFooter.gif);
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: bottom center;
}