body {
    padding: 0;
    margin: 0;
    color: #000;
    background-color: #fff;
    text-align: center;                 /* centering for Win IE 5 */
    /*font-size: 16px;*/
    font-size: 16px;
}

body, textarea, caption {
    font-family: Verdana, Arial, Geneva, Helvetica;
}

h1, h2, h3, h4, h5, h6, li, ol, p, table, ul, address, caption {
    margin:0;
    padding:0;
}

caption {
    font-weight: bold;
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    text-align: left;
    vertical-align: top;
}

form {
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    text-decoration: underline;
}
 a:focus, a:active {
    color: #000;
}

img {
    border-width: 0;
}

hr.hidden {
    display: none;
}

ul {
     margin: 0;
	 padding: 0;
}

ul li {
	list-style-type: none;
    display: block;
	padding: 0;
	margin: 0;
}

ol {
    padding-left: 2em;
}

abbr, acronym {
    font-style: inherit;
    border: 0;
}

abbr[title], acronym[title] {
    border-bottom: 1px dotted gray;
    cursor: help;
}

em {
    font-style: italic;
    font-weight: inherit;
}

strong {
    font-style: normal;
    font-weight: bold;
}

address, cite {
    font-style: normal;
}

q {
    font-style: italic;
}

q:before {
    content: "";
}

q:after {
    content: "";
}

fieldset {
    padding: 0;
    border: 0 solid #FFF;   /* same as background-color of containing box */
    margin: 0;
}

legend {
    display: block;
    font-weight: bold;
    position: relative;
    left: -0.425em; /* For Mac IE */
    color: #000; /* IE 6 forgets color */
}

/* Hide from Mac \*/
legend {
    position: static;
}

/* For Opera 7 */
fieldset>legend:first-child {
    text-indent: -0.9em;
}

/* For Gecko based browsers, hide from Opera 6+ */
head:first-child+body legend {
    text-indent: -0.15em;
}
/* End backslash hack */


