div {
	cursor:hand;
	cursor:pointer;
}
td {
	font-family:Arial;
	font-size:12px;
	color:D7D8D8;
}
pre {
	font-family:Arial;
	font-size:12px;
	color:D7D8D8;
}
A {
    	COLOR: #2BFD2B;
    	text-decoration: none;
    	cursor:hand;
		cursor:pointer;
}
A:link {
    	COLOR: #2BFD2B;
    	text-decoration: none;
}

A:visited {
    	COLOR: #2BFD2B;
    	text-decoration: none;
}

A:active {
    	COLOR: #2BFD2B;
    	text-decoration: none;
}
A:hover {
		COLOR: #3EB5FD
}
h1 {
	font-weight: bold;
	font-size: 14px;
	color: #3EB5FD;
}
h2 {
	background-color: #D7D8D8;
	font-weight: bold;
	font-size: 12px;
	color: #535353;
}
h3 {
	font-weight: bold;
	font-size: 12px;
	color: #2BFD2B;
}
h4 {
	font-weight: bold;
	font-size: 12px;
	color: #3EB5FD;
}
span {
	font-weight: bold;
	font-size: 16px;
	color: #3EB5FD;
}
span.cell{
	padding-left: 3;
	padding-right: 3;
	font-weight: bold;
	font-size: 12px;
	color: #3EB5FD;
}
th {
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
	color: #3EB5FD

}
INPUT {
    background: #C5C5C5;
	color: #110906;
	FONT-SIZE: 9pt;
	font-family:Arial
}
SELECT {
		background-color: #C5C5C5;
    	color: #110906;
		FONT-SIZE: 9pt;
		font-family:Arial
}

TEXTAREA {
    	background-color: #C5C5C5;
    	color: #110906;
		FONT-SIZE: 9pt;
		font-family:Arial
}
hr {
    	color: #1D1D1D
}