table.sample {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: ;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: blue;
	background-color: ;
	-moz-border-radius: 0px;
}
table.sample td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: gray;
	background-color: ;
	-moz-border-radius: 0px;
}

table.sample2 {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: #faf0e6;

}
table.sample2 th {
	border-width: 1px;
	padding: 1px;
	border-style: ;
	border-color: ;
	background-color: #fffff0;
	-moz-border-radius: ;
}
table.sample2 td {
	border-width: 0px;
	padding: 0px;
	border-style: ;
	border-color: ;
	background-color: #fffff0;
	-moz-border-radius: ;
}


font.f1 {
	font-family: verdana;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11pt;
	line-height: 1.3em;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	text-indent: ;
	color: #000000;
}

font.f2 {
	font-family: arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12pt;
	line-height: 1.1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: ;
	color: #000000;
}

a:link:hover {
text-decoration: underline;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:active {
text-decoration: none;
}
a:visited:hover {
text-decoration: underline;
}
