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 {
  font: 10px verdana, arial, sans-serif;
	color : #5A5A5A;
}

p, li {
	font: 10px verdana, arial, sans-serif;
	color : #5A5A5A;
}

code, pre {
  font: 12px verdana, arial, sans-serif;
}

body {
	background-color: #fff;
  color: #000;
}

h1 {
  font-size: 16px;
	margin-bottom: 0px;
	margin-top: 3px;
}

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 {
  color: #974E4E;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
  color: #974E4E;
	text-decoration: none;
	font-weight: bold;
}

a:active, a:hover {
  color: #620F0F;
}

.required {
  color: #974E4E;
	font-size: 9px;
}

.highlight {
	color: #974E4E;
	font-weight: bold;
	font-size: 10px;
}

.thick {
	color: #7A7979;
	font-weight: bold;
	font-size: 10px;
}
