/* ----------------------------- Style Template Start ----------------------------- */
* { margin: 0; padding: 0; line-height: 1.0em; } /* Resets all Margins and Paddings to 0. */

body 
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%; /* 76% .625em Closest match to 10px */
	color: #333333;
}

fieldset, img { border: 0; }
em { font-weight: bold; font-style: normal; }
p, td { font-size: 0.9em; }
li {  }

h1 { font-size: 1.8em; }  /* Default Size for h1 is 18px - based on an 10px height */
h2 { font-size: 1.5em; } /* Default Size for h2 is 15px - based on an 10px height */
h3 { font-size: 1.2em; } /* Default Size for h3 is 12px - based on an 10px height */
h4 { font-size: 1.1em; } /* Default Size for h4 is 11px - based on an 10px height */
h5 { font-size: 1.0em; } /* Default Size for h5 is 10px - based on an 10px height */
h6 { font-size: 0.9em; } /* Default Size for h6 is 9px - based on an 10px height */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { padding: 0.7em 0 0.5em 0; }

fieldset { padding: 0.5em; }

a:link { text-decoration: none; }					/* unvisited link */
a:visited {  }										/* visited link */
a:hover { text-decoration: underline; }				/* mouse over link */
a:active {  }										/* selected link */
/* ----------------------------- Style Template End ------------------------------- */
