/* -size---------------------------------------------------------------------------------- */
.size12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #4D4D4D;
	text-decoration: none;
}
.NavLink		a:link		{text-decoration: none;			color: #ffffff;}
.NavLink		a:visited	{text-decoration: none;			color: #ffffff;}
.NavLink		a:hover		{text-decoration: underline;	color: #ffffff;}
.NavLink		a:active	{text-decoration: none; 		color: #ffffff;}

.NavLink{
	font-size: 12px;
	line-height: 22px;
}
.style2 {line-height: 18px;
    color: #333333; 
	text-decoration: none; 
	font-size: 12px;}
.style3 {line-height: 20px; 
    color: #343434; 
	text-decoration: none; 
	font-size: 12px;}
.style4 {line-height: 20px; 
    color: #707070; 
	text-decoration: none; 
	font-size: 12px;}

.size12_title_s {line-height: 20px; 
	font-size: 12px;
	line-height: 20px;
	color: #FF7200;
	text-decoration: none;
}
.size16_dgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #14470E;
	text-decoration: none;
}

/* -color-------------------------------------------------------------------------------- */
.white {color: #FFFFFF;}
.deepgray {color:#3C3C3C;}
.gray {color:#797979;}
.green {color:#009E92;}
.deepgreen {color:#14869E;}
.brown {color:#C85000;}
.deepred {color:#C00000;}

/* -heigh-------------------------------------------------------------------------------- */
.h14 {line-height: 14px;}
.h18 {line-height: 18px;}
.h24 {line-height: 24px;}
