@charset "UTF-8";

/* CSS Document */

html, body {
	margin : 0;
	padding : 0
}

object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin : 0;
	padding : 0;
	border : 0;
	font-weight : inherit;
	font-style : inherit;
	font-size : 100%;
	font-family : inherit;
}

/* Headings ---------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight : normal; }

h1 {
	margin-bottom : .5em;
	font-size : 1.5em;
	line-height : 1;
}

h2 {
	margin-bottom : .75em;
	font-size : 1.4em;
}

h3 {
	margin-bottom : 1em;
	font-size : 1.2em;
	line-height : 1;
}

h4 {
	margin-bottom : 1.25em;
	font-size : 1.1em;
	line-height : 1.25;
}

h5, h6 {
	margin-bottom : 1.5em;
	font-weight : bold;
	font-size : 1em;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin : 0; }

/* Text elements -------------------------------------------------------------- */

p { margin : 0 0 1.5em; }

a {
	text-decoration : underline;
}

a img { border : none; }

blockquote, q { quotes : "" ""; }

blockquote {
	margin : 1.5em 1.5em 1.5em -1.5em;
	padding-left : 1.5em;
	border-left : 1px solid #666;
	font : italic 1.2em "Times New Roman", Times, serif;
}

blockquote:before, blockquote:after, q:before, q:after { content : ""; }

strong { font-weight : bold; }

em, dfn { font-style : italic; }

dfn { font-weight : bold; }

sup, sub { line-height : 0; }

abbr, acronym { border-bottom : 1px dotted #666; }

address {
	margin : 0 0 1.5em;
	font-style : italic;
}

del { color : #666; }

pre, code, tt {
	margin : 1.5em 1.5em 1.5em -1.5em;
	padding-left : 1.5em;
	border-left : 1px dotted #666;
	font : 1em 'andale mono', 'lucida console', monospace;
	line-height : 1.5;
}

pre { white-space : pre; }

code { display : block; }

/* Lists -------------------------------------------------------------- */

ul li, ol li {
	list-style-type : circle;
	margin : 0 1.5em 0 1.5em;
}

ul, ol { margin : 0 1.5em 1.5em 0; }

ul { list-style-type : disc; }

ol { list-style-type : decimal; }

dl {
	margin-bottom: 1.5em;
	padding-top: 1.5em;
	border-top : 1px solid #ccc;
}

dl dt {
	margin-bottom : .75em;
	font-size : 1.2em;
	line-height : 1.25;
}

dd {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom : 1px solid #ccc;
}

/* Tables -------------------------------------------------------------- */

table {
	border-collapse : separate;
	border-spacing : 0;
	margin-bottom : 1.4em
}

table, td, th { vertical-align : top; }

th, thead th { font-weight : bold; }

th, td, caption {
	padding : 4px 10px 4px 5px;
	text-align : left;
	font-weight : normal;
}

tfoot { font-size : .9em; }

caption {
	margin-bottom : 1em;
	font-size : 1.5em;
	line-height : 1;
}

