

/* font size */
.f_small {
	font-size: 75%;
}
.f_small2 {
	font-size: 90%;
}
.f_big {
	font-size: 120%;
}



/* font color */
.fc_red {color: #CC0000;}
.fc_green {color: #339900;}
.fc_blue {color: #0066CB;}
.fc_white {color: #FFFFFF;}
.fc_orange {color: #FF6600;}
.fc_yellow {color: #E8A30E;}
.fc_pink {color: #C66060;}
.fc_pink2 {color: #D6619E;}


/* font style */
.fs_bold {font-weight: bold;}
.fs_italic {font-style: italic;}
.fs_under {text-decoration: underline;}


/* font color style */
.fc_red_bold {color: #CC0000;font-weight: bold;}
.fc_green_bold {color: #339900;font-weight: bold;}
.fc_blue_bold {color: #0066CB;font-weight: bold;}
.fc_white_bold {color: #FFFFFF;font-weight: bold;}
.fc_orange_bold {color: #FF6600;font-weight: bold;}



/* font color big */
.fc_red_big {color: #CC0000;font-size: 120%;}
.fc_green_big {color: #339900;font-size: 120%;}
.fc_blue_big {color: #0066CB;font-size: 120%;}
.fc_white_big {color: #FFFFFF;font-size: 120%;}
.fc_orange_big {color: #FF6600;font-size: 120%;}



/* font color small  */
.fc_red_small {color: #CC0000;font-size: 85%;}
.fc_green_small {color: #339900;font-size: 85%;}
.fc_blue_small {color: #0066CB;font-size: 85%;}
.fc_white_small {color: #FFFFFF;font-size: 85%;}
.fc_orange_small {color: #FF6600;font-size: 85%;}



/* 
*********************************************** */
.right{ float:right; } 
.left{ float:left; } 
.center{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

