
a:link{ text-decoration: none; 
        color: #000099}
a:visited{
	color: #000000;
	text-decoration: none;
	font-style: normal;
}
a:active{
	text-decoration: none;
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
}
a:hover{
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;

}

input {
	color: #000000;
	background-color: #CCCCCC;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
}
textarea {
	color: #000000;
	background-color: #CCCCCC;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
}
select {
	color: #000000;
	background-color: #CCCCCC;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: #FFFFFF;
}
