﻿/************************************************************************************************************
    COMMON STYLES
*************************************************************************************************************/	

*
{   
    padding:0px;
    margin:0px;
    border:solid 0px;   
}

frameset, 
frames, 
iframe
    {
        border:0px;
        padding:0px;
		border:solid 0px; 
    }

html
	{
		font-size:12px;	/* The default master font-size... is here, and here only: */
		color:#3f3f3f;
	}
body
	{

	}
html,
body
	{
		height:100%;
		width:100%;
		font-family:Tahoma;
	}

html,
input,
textarea,
select
	{
		font-family:Verdana, 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:10px;
	}

form
	{
		height:100%;
	}
h1
	{
	}
a
	{
	    text-decoration:none;
	    color:#007533;
	}	
abbr
	{
		border-bottom:dotted 1px #000000;
	}	
ul,dd
	{
		list-style-type:none;
	}
	
ol
    {
        list-style-position:inside;
    }		
p
    {
        margin-bottom:10px;
    }	
    
img[src^=hidden]
        {
            display:none;
        }  
.pl_10{
	padding-left:10px;
}
.pt_10{
	padding-top:10px;
}
.pr_10{
	padding-right:10px;
}
.pb_10{
	padding-bottom:10px;
}
.plr_10{
	padding-left:10px;
	padding-right:10px;
}
.ptb_10{
	padding-top:10px;
	padding-bottom:10px;
}
.pl_5{
	padding-left:5px;
}
.pt_5{
	padding-top:5px;
}
.pr_5{
	padding-right:5px;
}
.pb_5{
	padding-bottom:5px;
}
.plr_5{
	padding-left:5px;
	padding-right:5px;
}
.ptb_5{
	padding-top:5px;
	padding-bottom:5px;
}
.clear_p{
	padding:0;
}
.clear_b{
	clear:both;
}
.overhide{
	overflow:hidden;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}
.font11{
	font-size:11px;
}
.font12{
	font-size:12px;
}
.font13{
	font-size:13px;
}
.font14{
	font-size:14px;
}
.font15{
	font-size:15px;
}
.font16{
	font-size:16px;
}
.font18{
	font-size:18px;
}
.font20{
	font-size:20px;
}
.fontb{
	font-weight:bold;
}
