.text_blue{
	color:#101c65;
}
.text_red{
	color:#ae0000;
}
.text_grey{
	color:#acacac;
}
.text_lgrey{
	color:#efe7e7;
}
.text_white{
	color:#ffffff;
}
.text_black{
	color:#000000;
}
.text_gold{
	color:#beb600;
}
.text_brown{
	color:#3a2b1b;
}
.img_floatleft{
	float:left;
}
.img_floatright{
	float:right;
}