td        {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 135%;	
	text-decoration : none;
	color: Black;
}

a {
	color: #0000CD;
	text-decoration: none;
}

a:hover {
	color: #0000CD;
	text-decoration: underline;
}

ul {
	list-style-image : url(images/arrow.gif);
}

.input_email {
        border-style:solid;
        border-width=1px;
        border-color: Black White White Black;
        font-family:Arial,Helvetica,sans-serif;
        font-size: xx-small;
        background-color: White;
		  width: 75px;
		  height: 16px;		  
}

input {
        border-style:solid;
        border-width=1px;
        font-family:Arial,Helvetica,sans-serif;
        font-size: xx-small;
        background-color: #F8F8F8;
        border-color: #A9A9A9;
}

form {
	display : inline;
}

.border {
	border: 1px solid #999999;
}

ul {
	margin-left: 20px;
}

a.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 135%;	
	text-decoration : none;
	color: #B8B8B8;	
}

a.credits:hover {
	color: #989898;
	text-decoration: underline;
}