/* ----------------------------- Page Setup Start ----------------------------- */

* { margin: 0; padding: 0; } /* Resets all Margins and Paddings to 0.  Puts all browsers on the same playing field. */

a:active, a.active { outline: none; } /* Removes dotted area around active <a> tags in Firefox */

body 
{
	position: relative; /* Makes sure everything within the body tags are placed relative to the body. */
	/* width: 800px; */ /* Necessary for fixed width and centered layouts. */
	/* margin: 0 auto; */ /* Needed for a centered layout. Also required a fixed width. */
	/* Remove this and it's not centered no mo - remember, this needs a width to work properly. */
	font-family: Verdana, Arial, sans-serif;
	font-size: .625em; /* Matches 10px; */
	/* text-align: center; /* For IE 5.5 */
}

fieldset, img { border: 0; }

p, td {  }

li { color:#63645e;color:#333;font-size:11px;margin-top:10px;margin-bottom:10px; }

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: .2em 0 .3em 0; }

ul { margin:0; }

li, 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 */

/* ----------------------------- Page Setup End ------------------------------- */

/* ----------------------------- Special Start ----------------------------- */
.font-block {float: left; width: 190px; padding-right: 10px; border-bottom: 1px solid #999999; height: 350px;}

#font-verdana { font-family: Verdana; }
#font-arial { font-family: Arial; }
#font-georgia { font-family: Georgia; }
#font-times { font-family: "Times New Roman", Times; }
#font-trebuchet { font-family: "Trebuchet MS"; }

.text_18 { font-size: 1.8em; }
.text_15 { font-size: 1.5em; }
.text_12 { font-size: 1.2em; }
.text_11 { font-size: 1.1em; }
.text_10 { font-size: 1em; }
.text_9 { font-size: .9em; }
/* ----------------------------- Special End ------------------------------- */

