td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:14px;
	color:#806C59;
}

form
{
	margin:0px;
}

a {
	font-family:Arial;
	font-size:14px;
	text-decoration: none;
	font-weight: bold;
	color:#806C59;
}

A:Hover  {
	color : #806C59;
	text-decoration : underline;
}

.addstyles {
	color: #FFFFFF;
	font-weight: bold;
	
}

H1 {
	color: #806C59;
	font-weight: bold;
	font-size : 32px;
}


H2 {
	color: #806C59;
	font-weight: bold;
	font-size : 16px;
}

H4 {
	color: red;
	font-weight: bold;
	font-size : 16px;
}

sup {
	color: #806C59;
	font-weight: bold;
	font-size : 10px;
}

H3 {
	color: #806C59;
	font-weight: bold;
	font-size : 14px;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 3px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

UL { list-style-type:disc }
