a:link, a:visited, a:active {
	
}
a:hover {
	
}

li {
	list-style-type: none;
}

body, td, p {
	font-family: Arial, "lucida grande", tahoma; 
	font-size: 11px; 
	color: #000000;
}

a {
	font-family: arial, "lucida grande", verdana, Helvetica; 
	font-size: 11px; 
	color: #ad1100;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
button {
	font-size: 11px;
	font-family: tahoma;
	background-color: #dadada;
	padding: 2px 4px;
}
input {
	border: solid 1px #AAA;
}
input.cbox {
	border: none;
}
