/*
 * Reset Styles Sheet - Resets Browser Specific Styles
 * Written By Eric Myer, Edited by Jason Roy
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1em;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
*:focus
{
	outline: 0;
}

body
{
	line-height: 1em;
	color: black;
	background: white;
}
ul
{
	list-style: none;
}
li
{
	vertical-align:top; 
}
table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}

blockquote, q
{
	quotes: "" "";
}
/* Utilities
  ---------------------------------------------------------------------*/
 
 
 /* gets rid of collapsing margins */
/* float clearing for everyone else */

.mod:after
{
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.imgReplace
{
	display: block;
	text-indent: -99999px;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.generalBorder
{
	border: solid 1px #dedede;
	display: block;
}
/* General Typography
 ---------------------------------------------------------------------*/
html, body
{
	font-size: 12px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

html > body
{
	font-size: 12px;
	line-height: 21px;
}


h1
{
	font-weight: bold;
	font-size: 1.83333em;
	line-height: 1em;
	margin: 1.25em 0 .75em 0;
}

h2
{
	font-weight: bold;
	font-size: 1.6666em;
	line-height: 1em;
	margin: 1.25em 0 .75em 0;
}

h3
{
	font-size: 1.41667em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .75em 0;
}

h4
{
	font-size: 1.1667em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}

h5
{
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}

h6
{
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}

strong
{
	font-weight: bold;
	line-height: 1.75em;
}

em
{
	font-style: italic;
	line-height: 1.75em;
}
li, dd, dt, dl, div
{
	line-height:1.75em;
}
p
{
	font-size: 1em;
	line-height: 1.75em;
	margin: .25em 0 1.5em;
}
td, td a, th, th a, span
{
	line-height: 1.3333em;
}

blockquote
{
	margin: .416em 0 .416em 1.1667em;
}

a
{
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
	color:#0100be;
}

a:hover
{
	text-decoration: underline;
}

ul, ol
{
	margin: .833em 0;
	padding-left: 2em;
}
ul
{
	list-style-type: disc;
}
ol
{
	list-style-type: decimal;
}
ul li, ol li
{
	line-height: 1.5em;
}

dt
{
	margin: .416em 0 0 0;
}

dd
{
	margin: .416em 0 .416em 1.1667em;
}

pre, code, tt
{
	font-family: "Andale Mono" , "Lucida Console" , "Courier New" , Courier, monospace;
	margin: .833em 0;
}
sub
{
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.4em;
}

sup
{
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.4em;
}

