﻿/************************************************************************************************************
    COMMON STYLES
*************************************************************************************************************/	

*
{   
    padding:0px;
    margin:0px;
    border:solid 0px;   
}

frameset, 
frames, 
iframe
    {
        border:0px;
        padding:0px;
		border:solid 0px; 
    }

html
	{
		background-color:#a3b7c3;
		background:#a2b7c3 url(images/bg/bg_site.gif) repeat-x center top;
		font-size:76%;	/* The default master font-size... is here, and here only: */
		color:#363636;
	}
body
	{
	}
html,
body
	{
		height:100%;
		/*width:100%;
		overflow:hidden;*/
	}

html,
input,
textarea,
select
	{
		font-family:Tahoma;	/* The default master fontfamily... is here, and here only */
	}

/*If the font-size property is set to use the em unit, then you have to specify the font-size for the input, select and textarea*/
input,
textarea,
select
	{
			font-size:1em;
	}

form
	{
		height:100%;
	}
h1
	{
		color:#333333;
		font-size:1.2em;
	}
a
	{
	}	
abbr
	{
		border-bottom:dotted 1px #000000;
	}	
ul,ol,dd
	{
		list-style-type:none;
	}	
.ClearSpace
	{
		clear:both;
		font-size:0px;
		display:block;
	}	

