/* -- undo browser HTML defaults -- */
table,tr,td,th,ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,textarea,select,address,img,hr,a,optgroup,option {
	padding:0px;
	margin:0px;
	cursor:default;
	color: #333333;
	text-decoration:none;
	vertical-align:top;
	font-weight:normal;
	font-style:none;
}
abbr {
	border:none;
}
optgroup {
	color: #487286;
	font-weight:bold;
	padding:0px 0px 5px 5px;
}
option {
	padding:2px 0px 2px 10px;
}
img,acronym,hr {border: none;}
body a, a img, option {cursor:pointer;}
a:hover {text-decoration:underline;}
acronym {cursor:help;}
hr {
	height:1px;
	background:#CCCCCC;
	color:#CCCCCC;
}
select {height:18px;}
input, textarea {
	padding:2px;
	cursor: text;
}
input {height:12px;}
input.submit {
	height:22px;
	cursor:pointer;
	margin-top:-1px;
}
/* -- */