/* Copyright (C) 2012 Alexey Maksimov aka Alexandr Lex Kaj <m@lex.tw> */

/* Requirements: none */

/* reset.css by mayerweb.com v1.0 | 2008-02-12 */

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, u, i, 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Defaults */

html, body {
	background: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 1em;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}

a, a:link, a:visited, a:active, a:focus, a:hover {
	font-family: Arial;
	font-size: 1em;
}
a, a:link {
	color: #006FB0;
	text-decoration: underline;
}
a:visited {
	color: #808080;
	text-decoration: underline;
}
a:active, a:hover {
	color: #0094EC;
	text-decoration: none;
}
a:focus {
	color: #E90000;
}

big {
	font-size: larger;
}

small {
	font-size: smaller;
}

sup {
	font-size: 0.8em;
	vertical-align: super;
}

sub {
	font-size: 0.8em;
	vertical-align: sub;
}

h1 {
	font-family: Times New Roman;
	font-size: 1.7em;
	margin: 1em 0em 0.5em 0em;
}

h2 {
	font-family: Times New Roman;
	font-size: 1.3em;
	font-style: italic;
	margin: 1em 0em 0.5em 0em;
}

p {
	margin: 0.5em 0em;
}

ol {
	list-style: decimal inside;
}

ul {
	list-style: disc inside;
}

.Left {
	text-align: left;
}

.Center {
	text-align: center;
}

.Right {
	text-align: right;
}

.Top {
	vertical-align: top;
}

.Middle {
	vertical-align: middle;
}

.Bottom {
	vertical-align: bottom;
}

.Centered {
	margin: 0 auto;
}

.Inline {
	display: inline;
}