@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background:none !important;
	color: black !important;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black !important;
	background: white !important;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html {
	width:100%;
}

body {
	font-size:100%;
	margin: 0px;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

p{
	margin: 10px 0px;
	line-height: 1.2em;
	font-size:1em;
}

a {
	color:#0000FF !important;
	text-decoration:none;
	position:static !important;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color:#9900FF;
}
img {
	float:none !important;
}

ul {
	margin:10px 0px;
	margin:20px;
}

label {
	display:block;
	margin:10px 0px;
}

input, textarea {
	display:block;
	margin:10px 0px;
	background-color:#FFF !important;
	border:1px solid #000;
	padding:5px;
}

li {
	margin:5px 10px;
}

h1 {
	font-size:1.4em;
	margin:20px 0px;
	font-weight:bold;
}

h2 {
	font-size:1.3em;
	margin:15px 0px;
	font-weight:bold;
}

h3 {
	font-size:1.2em;
	margin:15px 0px;
	font-weight:bold;
}

h4 {
	font-size:1.1em;
	margin:10px 0px;
	font-weight:bold;
}

h5 {
	font-size:1em;
	margin:10px 0px;
	font-weight:bold;
}

h6 {
	font-size:1em;
	margin:10px 0px;
}

#placer a{
	display:block !important;
	margin:10px 0px;
}
