html, body {
	height: 100%;
}
body,td,th {
	font-family: Tahoma;
	font-size: 13px;
  line-height: 17px;
	color: #696657;
}
body {
	background-image: url(/images/bgv2.gif);
	background-color: #A9A697;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  background-attachment: fixed;
}
h1, h2, h3, h4 {
	font-weight: normal;
	font-family: Tahoma, "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
	padding-left: 5px;
}
h1 {
	font-size: 24px;
	color: #d00c0c;
}
h2 {
	color: #b00c3c;
	font-size: 19px;
  margin-top: 10px;
	margin-bottom: 8px;
  padding-left:0;
}
h3 {
	font-size: 12px;
  padding-left:0;
  text-align:right;
}
h4 {
	color: #aaaaaa;
	font-size: 16px;
  margin-top: 8px;
	margin-bottom: 2px;
  padding-left:4px;
  text-transform:lowercase;
}
a:link {
	color: #7c8e06;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7c8e06;
}
a:hover {
	text-decoration: none;
	color: #a7c101;
}
a:active {
	text-decoration: none;
	color: #7c8e06;
}
