body {
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

/*h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Trebuchet", "Lucida Grande", "Lucida Sans Unicode"; 
}*/
	
a {
	text-decoration: none;
	color: #0000bf;
	background-color: transparent;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
	/*color: #1E90FF;*/
	color: #50b;
	background-color: transparent;
}

img {
border: 0;
background-color: transparent;
}

.hidden {
	display: none;
}

tr {
	vertical-align: top;
}

fieldset {
width: 90%;
padding: 7px;
margin: 0 0 16px 0;
}
/*input.likeurl
{
	cursor:hand;
	background-color:transparent;
	text-align:left;
	border:transparent;
	padding: 0 0 0 0;
}*/
legend {
font-weight: bold;
margin: 0 0 6px 0;
padding: 2px 10px;
color: #fff;
background-color: #009;
width: 95%;
}
