/**
 * print.css
 *
 * @author: Vladimir 'Vii' Varankin
 * @copyright: Webway IT Labs (www.webway.ru) | 2009
 */


body{
	background:#fff;
	margin:.2in .35in;
	padding:0;
	font:12pt "Times New Roman", serif;
	text-align: left !important;
	width: auto;
}

/*
 HIDE SECONDARIES
==================================*/
#menu,
#hd .b-contacts,
#hd .h,
#bd .floatbar,
#bd .b-path,
#bd .sidebar,
#ft .content,
#ft .b-counters,
form,
.button,
.secondary{
	display:none !important;
}

/*
 LAYOUT
==================================*/
#outline{
	color: #000;
	font-size: 1em;
	padding: 0;
	margin: 0;
	text-align: left !important;
}

#hd,
#bd,
#ft{
	background: transparent none;
}

#hd{
	height: auto;
	padding: 0 0 20pt;
}
	#hd .logo{
		float: none;
		display: block;
	}
	#hd p{
		font: 14pt;
	}

#bd{
}

#ft{
	border-top: 1px solid #a0a0a0;
	font-size: .8em;
	padding: 10pt 0 0;
	margin: 25pt 0 0;
}
	#ft *,
	#ft p{
		color: #666;
	}
	#ft p{
		line-height: 1em;
	}


/*
 Typo
==================================*/
h1,h2,h3,h4,h5{
	clear:both;
	color: #000 !important;
	font-family: Georgia,serif;
	font-weight: normal;
	line-height: 120%;
	margin: 1em 0 .5em;
}
	h1{
		margin-top: .5em;
		font-size: 180%;
	}
	h2{
		font-size: 140%;
		margin: .3em 0 0 0;
		padding-bottom: 0;
	}
	h3{
		font-size: 120%;
		margin-bottom: 0;
	}
	h4{
		font-size: 100%;
		font-style: italic;
		margin-bottom: 0;
	}
	h5{
		font-size: 1em;
		margin-bottom: 0;
	}

p{
	color: black;
	line-height: 1.2em;
	margin: 0 0 .6em 0;
}

/*
 Links
==================================*/
a{
	color: black;
	text-decoration:none;
}
  a img{
    border: none;
  }


/*
 Table
==================================*/
table.data{
	font-size: 0.9em !important;
}
table.data th,
table.data td{
	border-top: 1px solid #666 !important;
	color: black !important;
	font-size: 1em !important;
	font-weight: normal;
}