body, td{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
        text-align: justify;
}

input, textarea, select, option{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
	border: 1px solid;
	border-color:#523A3A; 
        text-align:justify; 
}

p{
	margin-top:1px;
}

hr
{ border: 0px;
  width: 100%;
  color: #504938;
  background-color: #504938;
  height: 1px;
  text-align: center; 
}

h1
{ font-family: georgia, serif;
  font-size: 10pt;
  color: #B8A080;
  width: 100%;
  display: block;
  letter-spacing: 3pt;
}

h2
{ font-family: georgia, serif;
  font-size: 10pt;
  color: #B8A080;
  width: 100%;
  display: block;
  letter-spacing: 3pt;
  border-bottom: solid 2px #E8E3DC;
}

a:link{
	color:C2B19A; 
	text-decoration:none;
	font-weight:bold;
	cursor: default;
}

a:visited{
	color:C2B19A;
	text-decoration:none;
	font-weight:bold;
	cursor: default;
}

a:active{
	color:C2B19A;
	text-decoration:none;
	font-weight:bold;
	cursor: default;
}

a:hover{
	color:566266;
	text-decoration:none; border-bottom: solid 2px #E8E3DC; background-color: EFEDEB;
	font-weight:bold;
	cursor: pointer;
}

img {
	border-style: none;
}