﻿/************************************************************************************************************
    COMMON STYLES
*************************************************************************************************************/	

*
{   
    padding:0px;
    margin:0px;
    border:solid 0px;   
}

frameset, 
frames, 
iframe
    {
        border:0px;
        padding:0px;
		border:solid 0px; 
    }

html
	{
		font-size:76%;	/* The default master font-size... is here, and here only: */
		color:#4c4c4c;
		background-color:#f1f1f2;
	}
body
	{
		background:url(images/bg/bg_body.png) repeat-x 0px 0px;
	}
html,
body
	{
	}

html,
input,
textarea,
select
	{
		font-family:Arial;	/* 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, h2,
h1 a, h2 a
	{
		font-size:1.1em;
		color:#ed2024;
	}	
	
h3
	{
		font-size:1em;
	}
	h3 a
		{
			text-decoration:none;
		}
	
a
	{
		color:#4c4c4c;
	}
	ul li a:hover,	
	a:hover
		{
			color:#d62024;
		}
abbr
	{
		border-bottom:dotted 1px #000000;
	}	
ul
	{
		list-style-type:none;
	}	
.ClearSpace
	{
		clear:both;
		font-size:0px;
		line-height:0px;
		display:block;
	}	
