a.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.bottom:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}
a.Cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.Cont:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}


table.sample {
	border-width: thin;
	border-spacing: ;
	border-style: none;
	border-color: #0c85c4;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: thin;
	padding: 0px;
	border-style: inset;
	border-color:#0c85c4;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: thin;
	padding: 0px;
	border-style: inset;
	border-color: #0c85c4;
	background-color: white;
	-moz-border-radius: ;
}

table.samplered td {
	border-width: thin;
	padding: 0px;
	border-style: inset;
	border-color: #d40c36;
	background-color: white;
	-moz-border-radius: ;
}
