﻿html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, p, pre, table, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset
{
	margin: 0;
	padding: 0;	
}
img, fieldset	{	border: 0;	}

html	{	height: 100%; width: 100%; font-size: 76%; }

body	{
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	max-height: 100%;  }

/* To force the inheritance on the headers (else the headings
   get the same line height as the normal text, and that's to little
*/
h1, h2, h3, h4, h5, h6
{
	/*line-height: 110%;*/
	font-family: Arial, Helvetica, sans-serif;
}

/* Fix the input font family and size on IE */
* input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/* default styles */
a	{	color: #0066CC;	text-decoration: none;	}
a:hover	{	text-decoration: underline;	}

h1	{	font-size: 2.6em; font-weight:normal; color:#626262;	}
h2	{	font-size: 1.667em; font-weight:normal; color:#626262;	}
h3	{	font-size: 1.2em;	font-weight:bold; color:#333; margin-top:10px;	}
h4	{	font-size: 1.0em; color:#333; padding-top:40px;	}
h5	{	font-size: 1.1em; color:#333;	}
h6 	{ 	font-size: 1.2em; color: #000; text-align: left; margin: 10px 0 1px 0; font-weight:normal; border-top: 1px solid #999; 
		padding: 10px 0 10px 0; width: 773px}
h6 span {	color:#666;	}
p	{	font-size:0.9em; line-height:1.6em; margin:auto;	}


