html	{
		/**	http://ajaxian.com/archives/no-more-ie6-background-flicker, http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker */
		filter:expression(document.execCommand("BackgroundImageCache", false, true));
		}
body	{
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:0.75em;
		padding:0;
		margin:0;
		background:white;
	  	}
table, input, 
select, textarea,
button	{
		font-size:1em;
		}
h1, h2, h3, 
h4, h5, h6,
label
		{	
		padding:0;
		margin:0;
		}
h1		{	font-size:2em; 		}
h2		{	font-size:1.5em;	}
h3		{	font-size:1.17em;	}
h4		{	font-size:1em;		}
h5		{	font-size:1.3em;	}
h6		{	font-size:1.1em;	}
a img	{
		border:0;
		}			
form	{	
		padding:0;
		margin:0;
		}
hr		{	
		background-color:transparent;
		height:1px;
		width:100%;
		padding:0;
		margin:0;
		color:scrollbar;
		text-align:left;
		}
td		{
		vertical-align:top;	
		}
textarea{
		overflow:auto;
		}

a, a:hover
		{
		color:#075185;
		}