/***************** RESET **************/

html, body { margin: 0; padding: 0; }
	h1, h2, h3, h4, h5, h6, p, a, abbr, address, cite, em, img, small, strike, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; text-align: left; }
	table { border-collapse: collapse; border-spacing: 0; }
	ol, ul { list-style: none; }

/**************** GENERAL SITE ************/

body
{
  font-size: 12px;
  font-family: Tahoma, Helvetica, sans-serif;
  text-align: center;
  background: #EEEEEE;
  font-size: 10pt;
  color: #333333;
}

strong { font-weight: bold; }
em { font-style: italic; }

form
{
    text-align: inherit;
}

#main
{
    background: #FFFFFF;
    width: 970px;
    margin: 0 auto;
    overflow: hidden;
}

#main a, a:active, a:visited
{
    color: #CA1300;
	text-decoration: none;
}

#main a:hover
{
	text-decoration: underline;
}