/**
* @section reset
* @version 2.2.3
* @author Yahoo! Inc. 2007
* @author Eric Meyer
* @license BSD License: http://developer.yahoo.net/yui/license.txt
* @see http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ Reworked Reset
* --------------------------------------------------------------------------------------------------
*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, img, 
table, caption, tbody, tfoot, thead, tr, th, td,
form, fieldset, input, textarea, label, legend {
	margin: 0; padding: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; vertical-align: baseline;
	background: transparent;
}
html, body {
	line-height: 1;
	background-color: #fff;
}
body {
	font-size: 62.5%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal; font-weight: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse; border-spacing: 0;
}
caption, th {
	text-align: left; font-weight: normal;
}
legend {
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%; font-weight: normal;
}
q::before, q::after, blockquote::before, blockquote::after {
	content: ''; content: none;
}
q, blockquote {
	quotes: "" "";
}
abbr, acronym, fieldset, img, a img, :link img, :visited img {
	border: 0;
}
abbr, acronym, ins, del {
	text-decoration: none;
}


/**
* @desc Tripoli is a generic CSS standard for HTML rendering.
* @section tripoli
* @author David Hellsing
* @copyright 2007-2008
* @license GNU General Public License: http://www.gnu.org/licenses/
* @see http://devkick.com/lab/tripoli/

* @subsection Disable Deprecated HTML
* --------------------------------------------------------------------------------------------------
*/
font,
basefont {
	color: inherit; font: inherit; font-size: 100%;
}
center,
*[align] {
	text-align: inherit;
}

s, strike, u {
	text-decoration: inherit;
}
img {
	display: block;
	margin: 0;
	font-size: 12px;
	border: none;
}
tr, th, td {
	width: auto; height: auto;
	vertical-align: inherit;
	background-color: transparent;
	border: none;
}
table[border],
.content table[border] {
	border-collapse: separate; border-spacing: 0;
}
nobr {
	white-space: normal;
}
marquee {
	overflow: visible;
	-moz-binding: none;
}
blink {
	text-decoration: none;
}


/**
* @section tripoli
* @subsection General
* --------------------------------------------------------------------------------------------------
*/
a {
	text-decoration: underline;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
}
strong, th, thead td, dt,
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
cite, em, dfn {
	font-style: italic;
}
code, kbd, samp, pre, tt, var {
	font-size: 100%;
	font-family: mono-space, monospace;
}
canvas {
	display: block;
}
pre {
	white-space: pre;
}
pre * {
	font-size: 100%;
	white-space: pre;
}
del {
	text-decoration: line-through;
}
ins, dfn {
	border-bottom: 1px solid #000;
}
small,
sup,
sub {
	font-size: 85%;
}
big {
	font-size: 125%; line-height: 80%;
}
abbr, acronym {
	text-transform: uppercase; letter-spacing: 0.1em;
}
abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
blockquote {
	padding-left: 2.2em;
}
:lang(en-GB) {
	quotes: '\2018' '\2019' '\201C' '\201D';
}
*[lang|='en'] q:before {
	content: '\201C';
}
*[lang|='en'] q:after {
	content: '\201D';
}
*[lang|='en'] q q:before {
	content: '\2018';
}
*[lang|='en'] q q:after {
	content: '\2019';
}
input,
select,
button {
	cursor: pointer;
}
input[type='text'],
input[type='password'] {
	cursor: text;
}
input[type='hidden'] {
	display: none;
}
frame, iframe {
	border: 0;
}


/**
* @section tripoli
* @subsection Content
* --------------------------------------------------------------------------------------------------
*/
.content {
	font-size: 1em;
}
.content h1 {
	margin: 0 0 5px;
	font-size: 25px; line-height: 1.1;
}
.content h2,
.content h3 {
	margin: 0 0 10px;
	font-size: 20px; line-height: 1.3;
}
.content h4,
.content h5,
.content h6 {
	margin: 0 0 0.8em;
	font-size: 13px; line-height: 1;
}
.content h4 {
	font-weight: bold;
}
.content ul li {
	margin-left: 1em;
	list-style: disc outside;
}
.content ol {
	margin-left: 1em;
	list-style: decimal outside;
}
.content table {
	border-collapse: collapse;
}
.content hr,
.content p,
.content ul,
.content ol,
.content dl,
.content pre,
.content address,
.content table {
	margin-bottom: 10px;
}
.content dt {
	margin-bottom: 0.4em;
}
.content caption {
	padding-bottom: 0.8em;
}
.content ul ul,
.content ol ul,
.content ul ol,
.content ol ol {
	margin-bottom: 0;
}


/**
* @section tripoli
* @subsection Type Plugin
* --------------------------------------------------------------------------------------------------
*/
.alt {
	font-style: italic; font-weight: normal;
}
.dquo {
	margin-left: -0.55em;
}