A:link { color: #cc0000; text-decoration: none}
A:visited { color: #cc0000; text-decoration: none}
A:active { color: #cc0000; text-decoration: none}
A:hover { color: #cc0000; text-decoration: underline}

body
    {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration : none;
	cursor: default;
	}
	
table
    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
	text-decoration : none;
	cursor: default;
	}
	
input
    {
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	background-color:#eeeeee;
	color: #000000;
	font-size:12px;
	font-family:Arial;
	}
	
input.field
    {
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	background-color:#eeeeee;
	color: #000000;
	font-size:12px;
	font-family:Arial;
	}
	
select.field
    {
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	background-color:#eeeeee;
	color: #000000;
	font-size:12px;
	font-family:Arial;
	}
	
select
    {
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	background-color:#eeeeee;
	color: #000000;
	font-size:12px;
	font-family:Arial;
	}

textarea
    {
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	background-color:#eeeeee;
	color: #000000;
	font-size:12px;
	font-family:Arial;
	}
		
textarea.field
    {
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	background-color:#eeeeee;
	color: #000000;
	font-size:12px;
	font-family:Arial;
	}			