A:LINK {
	color : Black;
	text-decoration : none;
	font-weight : bold;
}

a:visited {
	color: Black;
	text-decoration : none;
	font-weight : bold;
}
a:hover {
	color:#000000;
	text-decoration : underline;
	font-weight : bold;
}
a:active {
	color:#000000;
	text-decoration : none;
	font-weight : bold;
}

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10pt;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-top : 0px;
}

input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #A73748;
	border: 0px solid #000000;
	color:#000000;
	font-size: 10pt;
	border-color : Black;
}

button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 0px solid #000000;
	color:#000000;
	font-size: 10pt;
	border-color : Black;
	background-color: #A73748;
}

table {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10pt;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-top : 0px;
}

FORM {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
