@CHARSET "UTF-8";

/**
 * Global Reset
 * @use general
 */
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,
b, strong, u, i, em, center,
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;
	font-size: 100%;
	vertical-align: baseline;
	background:transparent;
}

a img { border: none; }
abbr, acronym, .help { border-bottom:1px dotted #333; cursor:help; }
blockquote, q { quotes:none;}
blockquote { margin: 0 0 1.3em 1.3em; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

dd { margin-left:1em;}
sup, sub { font-size:x-small; vertical-align:top; }
sub { vertical-align:bottom;}
table {	border-collapse:collapse; border-spacing:0; empty-cells:show; }

/**
 * Base
 * @use general
 */
body {
	font: normal 68.75%/1.8 Arial, Helvetica, sans-serif;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 0.3em;
}

h1 { font-size: 2.4em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.7em; }
h6 { font-size: 0.9em; text-transform:uppercase; }

p { font-size: 1.0em; margin-bottom:1.5em; line-height: 1.3em;}
pre, code, kbd, samp { font-size:1.5em; }
pre code { font-size:1em; }

a { color: #000; }
a:hover { color: #009eb5; text-decoration: underline; }

hr {
	clear:both;
	background: #FFF;
	color: #FFF;
	border: 0;
	height: 1px;
}

ol, ul {
	list-style:disc;
	/*margin: 0 0 1.3em 1.3em;*/
	margin: 0 5px 0 0;
	padding: 0 0 0 1.3em;
}

ol { list-style: decimal;}

.hidden { display: none; }
.unhidden { display: block; }

table.border th, table.border td { border:1px solid #333; padding:0.3em; }

td { height:auto; padding:0.3em; text-align:left;}
td p { margin:0; }
caption, th { padding:0.3em; }
col { background:silver; }
thead th, tfoot th { background:gray; color:white; }
caption { background:black; color:white; font-style:italic; }