:focus
{
	outline: 0;
}

body
{
	/*line-height: 22px;*/
	color: #ddd;
}

ul
{
	/*list-style: none;*/
}

li
{
	padding-bottom: 6px;	
}

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

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}

blockquote, q
{
	quotes: "" "";
}

.left
{
	float: left
}

.right
{
	float: right;
	margin-right: 0 !important;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-max \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*--- Common ---*/

body
{
	font-family: Arial, Verdana, sans-serif;
}

h1
{
	font-size: 200%; /*50px*/
	/*letter-spacing: -10px*/
}

h2
{
	font-size: 200%;
	line-height: 40px;  /*58px*/
}

h3
{
	font-weight: normal;
	line-height: 35px;
	font-size: 180%;
}

h4
{
	font-size: 160%;
}

p
{
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

em
{
	font-style: italic;
	border-bottom: 1px dashed;
}

strong
{
	font-weight: bold;
	color: #ff9000;
	/*text-transform: uppercase;*/
}

a
{
	color: #fff;
	/*border-bottom: 1px solid;*/
}

a:hover
{
	color: #ff9000;
}

.o
{
	color: #ff9000
}

.number
{
	float: right;
	color: #fff;
	font-family: Times, Georgia, Serif;
	font-size: 30px;
	line-height: 30px;
}