@charset "utf-8";
/*
BASIC.CSS
Basic rules for OLD browsers
*/

body, div, table, form, input, select, textarea {
	font: 11px "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, strong, em {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	background: #fff;
	color: #666;
}

a:link, a:visited {
	color: #00b1ee;
	text-decoration: none;
}

a:hover {
  color: #808080;
}

ul, ol {
	list-style: none;
}

.ir {
	display: block;
	height: 0;
	overflow: hidden;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
}

