/*---------------------------------------------------------------------
	COLOR
----------------------------------------------------------------------- */
.f_b {font-weight: bold;}
.f_red {color: #FF0000;}
.f_blue {color: #3399FF;}
.f_gry {color: #666666;}
.f_white {color: #FFFFFF;}

/*---------------------------------------------------------------------
	SIZE
----------------------------------------------------------------------- */
.f_10 {font-size: 90%;}
.f_14 {font-size: 120%;}
.f_8 {font-size: 80%;}
.f_11 {font-size: 92%;}
.f_12 {font-size: 12px;}
.f_16 {font-size: 140%;}
.f_18 {font-size: 160%;}
.f_30 {font-size: 280%;}
.f_20 {font-size: 180%;}
.f-25 {font-size: 230%;}
h2 {
	font-size: 180%;
	margin-top: 3px;
	margin-bottom: 3px;
}
h3 {font-size: 140%;}

/*---------------------------------------------------------------------
	HEIGHT
----------------------------------------------------------------------- */
.f_lh100 {height: 100%;}
.f_lh180 {line-height: 180%;}
.f_lh200 {line-height: 200%;}


/*---------------------------------------------------------------------
	OHER
----------------------------------------------------------------------- */
.f_georgia {
	font-family: Georgia;}
p {margin-top: 3px;margin-bottom: 3px;}
