/* ----------------------------- Style Template Start ----------------------------- */
* { margin: 0; padding: 0; } /* Resets all Margins and Paddings to 0. */

body 
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-family: Arial, sans-serif; */
	font-size: .625em; /* Closest match to 10px */
	color: #333333;
}

fieldset, img { border: 0; }
em { font-weight: bold; font-style: normal; }
p, td {  }
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: 1em; } /* Default Size for h5 is 10px - based on an 10px height */
h6 { font-size: .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: .7em 0 .5em 0; }
li div.images, dd { margin-left: 2em; }
fieldset { padding: .5em; }

a:link { text-decoration: none; }					/* unvisited link */
a:visited {  }										/* visited link */
a:hover { text-decoration: underline; }				/* mouse over link */
a:active {  }										/* selected link */

input {	margin: 0; font-family: "Courier New" Courier monospace; font-size: 1.2em; }
textarea { margin: 0 auto; }
/* ----------------------------- Style Template End ------------------------------- */