html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
}

body {
	background:#fff;
	font-size:11px;
	line-height:14px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#000;
	margin:0px;
}

a{ color:#0000F0; text-decoration:none; cursor:pointer; }
a:hover{ text-decoration:underline; }
a:focus{ outline:none; }

a img { border:none; }

img { vertical-align:bottom; }
form, input, select, option, textarea { font-size:11px; font-family: "Lucida Grande", Arial, Helvetica, sans-serif; margin:0px; }
textarea{ font-size:11px; }

.clearer { clear:both; display:block; margin:0; padding:0px; height:0px; line-height:1px; font-size:1px; }