/*-General-----------------------------------------------*/

html, body {
	margin:0px;
	padding:0px;
	background-color:#fff;
	text-align:center;
	font-family: helvetica, arial, geneva, sans-serif;
	font-size:1em;
}

h1, h2, h3, h4, h5, h6, p, div, td, tr {
	font-family: helvetica, arial, geneva, sans-serif;
	text-align:left;
}

form {
	display:inline;
	margin:0px;
	padding:0px;
}
a img {
	border:none;
	margin:0px;
	padding:0px;
}
a {
	color: #000066; 
	text-decoration: underline;
}
a:visited { 
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #000000; 
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:visited:hover {
	color: #000000;
	text-decoration: underline;
}
a.close {
	color: #ff3300;
	text-decoration: underline;
}
a.close:hover {
	color: #663300;
	text-decoration: none;
}