/* 
 * @year: 	2008
 * @author: Sergey Gogolev
 */

/*
 * 	Common styles
 */

	* {
		font-size: 100.01%;}  

	html, body, p, div, pre, form, fieldset, 
	dl, dt, dd, ul, ol, li, table, td, th {
		margin: 0; padding: 0; line-height: 1.4; vertical-align: top;}
		
	h1, h2, h3, h4, h5 {
		line-height: 1;}

	body {
		width: 100%; height: 100%; font-size: 68.75%; font-family: Tahoma, sans-serif; text-align: center;}
		 
	html {
		width:100%; height: 100%;}
		 
	table {
		border-collapse:collapse;}
		 
	img {
		border: 0;}		

	a, a:visited {
		color: #0c1c8a;}
		
	a:hover, a:active {
		color: #dea909; outline: none;}
		
	a:focus {
		-moz-outline-style: none;}

/* 
 * 	Library of useful styles
 */ 

	.w100	{width: 100% !important;}  
	.p0		{padding: 0 !important; font-size: 1.1em !important; font-weight: bold;} 
	.m0		{margin: 0 !important;} 
	.bn		{border: none !important;}	
	.bgn	{background: none !important;} 
	.cursor {cursor: pointer; cursor:hand;} 
	.clear	{clear: both; height: 0; font-size: 0; overflow: hidden;}
	.block 	{clear: both;}
	.hidden {display: none;}
