﻿/* reset v.0.001 beta :-) */

/* START 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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* input[type="submit"] {border: 0;} */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, header, aside {
	display: block;
}
body {
	color: #4C4C4C;
	background-color: #FFFFFF;
	font: 12pt/1.2em Verdana, Tahoma, "Lucida Grande", Helvetica, Arial, sans-serif;
	width: 100%;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END reset */

/* START global */
a {
	color: #007CC5;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/* a:hover {text-decoration: none;}*/
h1,/* {font-size: 200%;}*/
h2,/* {font-size: 175%;}*/
h3 {font-size: 150%;line-height: 1.2;}
h4 {font-size: 125%;line-height: 1.2;}
h5, .font100 {font-size: 100%;}
h6, .font75 {font-size: 75%;}
h1,h2,h3,h4,h5,h6 {margin-bottom: 1.2em;}
.r{float:right;}
.l{float:left;}
.clear, footer {clear: both;} /* clear: both; */
.t_center {text-align: center;}
.h {display:none;} /* hide */

/* etc... */