html
{
width: 100%;
background-repeat: repeat-y;
background-position: 0px 0px;
}

body
{
font-family: arial,helvetica,sans-serif;
font-size: 80%;
padding: 0px;
margin: 0px;
}

form,
input,
select
{
margin: 0px;
padding: 0px;
border: 0px;
}

hr
{
height: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img
{
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}

p,ul,ol,table
{
display: block;
}

p img
{
vertical-align: bottom;
}

legend
{
font-style: italic;
margin: 0px;
padding: 0px;
}

ul
{
margin: 0em 0em 1.4em 1.4em;
}

ul ul,
ul ul ul
{
margin: 0em 0em 0em 1.4em;
}

ol
{
margin: 0em 0em 1.4em 2.6em;
}

ol ol,
ol ol ol
{
margin: 0em 0em 0em 2.6em;
}

ul li
{
list-style-type: square;
}

h1,h2
{
margin: 0.8em 0em 0.6em 0em;
}

h3
{
margin: 0em 0em 16px;
}


h4,h5,h6,p
{
	margin-top: 1.4em;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6
{
text-align: left;
}

h1,h2,h3
{
text-align: left;
font-weight: normal;
}

h4,h5,h6
{
font-size: 1.0em;
font-weight: bold;
}

h1
{
font-size: 1.8em;
}

h2
{
font-size: 1.4em;
font-weight: bold;
}

h3
{
font-size: 1.4em;
}

caption
{
padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: left;
}

ol
{
list-style-type: decimal;
}

table,tr,th,td
{
border: 0px none #000000;
border-collapse: collapse;
}

table
{
margin-top: 0.8em;
margin-bottom: 0.8em;
}

th,td
{
text-align: left;
vertical-align: top;
padding:  0em 0.5em 0em 0.5em;
}

th
{
font-weight: bold;
}

td
{
font-weight: normal;
}

em
{
font-style: italic;
}

select,
textarea
{
border: 1px solid #000000;
background-color: #eeeeee;
}

select,
textarea,
input {
	margin-top: 3px;
	margin-bottom: 3px;
}

select:focus, textarea:focus, input:focus {
	background-color: #ffffff;
	border: 1px solid #000066;
}

.inp {
	border: 1px solid #000000;
	background-color: #eeeeee;
}

input
{
padding: 0px;
}

textarea
{
font-family: arial,helvetica,sans-serif;
font-size: 100%;
padding: 5px;
}

strong,b
{
font-weight: bold;
}

a:link,a:visited,a:active
{
text-decoration: none;
}

a[href]:hover,a:focus
{
text-decoration: underline;
}
