@charset "utf-8";

html {
	height:100%;
	overflow-x: hidden;
	overflow-y: auto;
	}

body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}

select,input,button,textarea,button {
	font: 99% arial,helvetica,clean,sans-serif;
}

table{
	font-size: inherit;
	font: 100%;
}

pre,code,kbd,samp,tt{
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

/*======================================

	Structure Module

=======================================*/

body,
body * {
	margin: 0;
	padding: 0;
}

/*======================================

	Text Module

=======================================*/

p,
pre,
address,
cite {
	margin: 1em 0;
	font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
}

h1 {
	font-size: 100%;
}

h2 {
	font-size: 161.6%;
}

h3 {
	font-size: 146.5%;
}

h4 {
	font-size: 123.1%;
}

h5 {
	font-size: 108%;
}

h6 {
	font-size: 100%;
}

pre {
	padding: 0.5em 10px;
	width: 90%;
	overflow: scroll;
}

blockquote {
	margin: 1em 2em;
	padding: 1px 0; 
}

cite {
	display: block;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

abbr,
acronym {
	cursor: help;
}

kbd {
	text-transform: uppercase;
}

/*======================================

	List Module

=======================================*/

ul,
ol,
dl,
li,
dt,
dd,
dt,
dd {
	margin: 0;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
}

/*======================================

	Edit Module

=======================================*/

del {
	text-decoration: line-through;
}

del[datetime]::before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}

ins {
	text-decoration: none;
}

ins[datetime]::before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}

/*======================================

	Forms Module

=======================================*/

form {
	margin: 0.5em 0;
}

form dl,
form p {
	margin: 0.5em 0;
}

fieldset {
}

legend {
	margin: 0 1em;
}

input,
textarea {
	margin: 0;
	padding: 0.1em;
}

input {
	line-height: 1.2;
}

textarea {
	padding: 0.4em 0.1em;
}

label {
	cursor: pointer;
}

/*======================================

	Tables Module

=======================================*/

table {
	margin: 1em 0;
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	padding: 0.1em 0.5em;
}

th {
}

td {
}

/*======================================

	Image Module

=======================================*/

img {
	vertical-align: middle;
	border-style: none;
}

a img {
	border-style: none;
}

a:hover img {
}


/*======================================

	Object Module

=======================================*/

object,
embed {
	margin: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display:block; }
/* end MacIE5 */

