* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 0.75em "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	line-height: 1em;
	background-color: #fff;
	color: #333;
	margin: 0;	
}


/* DEFAULT LINKS */
a, a:link a:active {
	text-decoration: underline;
	color: #333;
}

a:visited {
	text-decoration: underline;
	color: #333;

}

a:hover {
	text-decoration: none;
	color: #095D7D;
}

a img {
	border: 0;
}

.clearthis {
	width: 1px;
	height: 1px;
	background: transparent;
	overflow: hidden;
	clear: both;
}







