/* 
==================================
	CSS Reset 
==================================
                                */

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, button,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

em, i { font-style: italic; }
b, strong { font-weight: bold; }

input, textarea
{
	font-family: inherit;
	font-size: 100%;
}

button, :focus { outline: 0; }

body
{
	line-height: 1;
	color: black;
	background: white;
}

.disabled ol, .disabled ul { list-style: none; }

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

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

h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, caption
{
	margin: 1em 0;
	line-height: 1.5em;
}

blockquote { margin: 2em; }
li, dt, dd { margin: .5em 2em; }

h1
{
	font-size: 3em;
	margin: .33em 0;
	letter-spacing: -2px;
	line-height: 1.2em;
}

h2
{
	font-size: 2.5em;
	margin: .4em 0;
	letter-spacing: -1px;
	line-height: 1.2em;
}

h3
{
	font-size: 2em;
	margin: .5em 0;
	letter-spacing: -1px;
	line-height: 1.2em;
}

h4
{
	font-size: 1.5em;
	margin: .66em 0;
	letter-spacing: -1px;
}

h5
{
	font-size: 1.25em;
	margin: .8em 0;
}

h6 { font-size: 1em; }

h1,h2,h3,h4,h5,h6
{
	color: #333;
}
h5,h6
{
	text-transform: none;
}

table
{
	border: 1px solid #ccc;
	width: 100%;
	padding: 0;
	margin: 0;
}

td,th
{
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 1em;
	vertical-align: top;
}

img { border: 0; }

a { color: inherit; }
a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { text-decoration: underline; }


/* 
==================================
	CSS Basics 
==================================
                                */

.hide { display: none !important; }

#no_javascript
{
	background: red;
	margin: 1px;
	padding: 10px;
}
#no_javascript * { color: white; }


.footnote
{
	position: relative;
	bottom: 0.5em;
	font-size: 0.9em;
	font-weight:bold;
	text-transform: uppercase;
	margin: 0 3px;
	padding: 0 2px;
	border: 1px solid #666;
	background: #666;
	color: #fff;
	text-decoration:none !important;
}
.footnote:hover
{
	background: #000;
}

.error {
	color:#f00;
}

.success {
	color: #0066cc;
}

* { outline: none; }

#no_javascript
{
	background: red;
	margin: 1px;
	padding: 10px;
}

#no_javascript * { color: white; }
