html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
hr,
address,
br,
b,
i,
sub,
sup,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
texarea,
button,
fieldset,
legend,
select,
option,
optiongroup,
ul,
ol,
li,
dl,
dt,
dd,
code,
var,
kdb,
samp,
img,
object,
param,
map,
area,
bdo /* td, th */ /* XHTML 1.0 Strict Semantic */ {
	padding:0;
	margin:0;
	border:none;
}
h1, h2, h3, h4, h5, h6, p, td, th {
font-size:1em;
font-weight:normal;
}

html,
{
	background: #FFFFFF;
}

a:link {
	cursor: pointer;
	cursor: hand;
}
a:visited {
	cursor: pointer;
	cursor: hand;
}
a:hover {
	cursor: pointer;
	cursor: hand;
}
a:active {
	cursor: pointer;
	cursor: hand;
}

a { font-weight: normal; }
:-moz-any-link:focus {
outline: none;
}

img {
	display: block;
}
a img {
	border: none;
}
table, td ,tr ,th{
	border-collapse:collapse;
	border:none;
}
ul,
li {
	list-style: none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
ol li { list-style-type:decimal;}

input, select, textarea {
	border: 1px #3a3a3a solid;
	color:#000000;
padding-top:3px;
padding-bottom:3px;
padding-left:7px;
font-size:12px;
font-family:tahoma, helvetica, sans-serif;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
vertical-align:middle;

}
