/**
 * Standard HTML elements
 */
* {
	font-size: 100.01%;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; /*vertical-align: baseline; background: transparent;*/ }
html { font-size: 100.01%; }
body { line-height: 1; background: #ffffff; color: #808080; text-align: left; font: 0.75em Arial, Helvetica, sans-serif; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; font-size: 100%; }
a { color: #808080; text-decoration: none; }
a:hover { text-decoration:underline }
input[type="text"], input[type="password"] { font-size: 100%; padding: 0; }
textarea { font: 100% Arial, Helvetica, sans-serif; padding: 0; }
td {padding-bottom:5px;}
.left {
	float:left;
}
.right {
    float: right !important;
}
.clear {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.bigger {
	font-size:16px;
}
.content {
	position:relative;
	width:100%;
	height:100%;
}
.bold {
    font-weight: bold;
}
.black {
    color:#323232;
}
.text_right {
    text-align: right;
}
.text_left {
    text-align: left;
}