﻿@charset "UTF-8";

/* CSS Document */
* {
		margin: 0;
		padding: 0;
		}

html {
		font-size: 100%;
		text-align: center;
		}

body {
   font-size: 62.5%;
   font-family: Arial, Helvetica, Verdana, sans-serif;
		}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquite, th, td
{
		margin: 0;
		padding: 0;
}

p, h1, h2, h3, h4, h5, h6
{
font-size: 100%; font-weight: normal;
}

ol, ul
{
list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var
{
font-style: normal; font-weight: normal;
}
#newsletter form ol
li {
border: 0; outline: none;
}

img {
border: 0; outline: none;
}
a, a img
{
   outline: none;
   border: none;
}

a:link,
a:visited,
a:hover,
a:active
{
   font-weight: normal;
   text-decoration: none;
   outline: none;
}

