body, form, table {
	font-family: Tahoma;
	font-size: 10px;
	color: #8a8a8a;
	line-height: 16px;
	top-margin: 0px;
	left-margin: 0px;
}
img {
	border: none;
}

A:link {
	color:#8a8a8a;
	text-decoration: underline;
}
A:visited {
	color: #8a8a8a;
	text-decoration: underline;
}
A:hover {
	color: #FF8A00;
	text-decoration: none;
}
A:active {
	color: #8a8a8a;
	text-decoration: underline;
}

h1 {
	font-family: Times New Roman;
	font-size: 16px;
	color: #767676;
	padding-top: 5px;
	margin-bottom: 14px;
	text-transform : uppercase;
}

.txt {
	font-family: Tahoma;
	font-size: 10px;
	color: #8a8a8a;
	line-height: 16px;
	text-align: justify;
}

.cursor {
	cursor : hand;
}