/**
 *	Default colors for site.
 *
 *	@company	New service technologies
 *	@author		Alexey Vyskubov (aka Cray) cray@nstg.ru
 *	@date		Nov 2011
 *
 */

/* Text colors */
.red      { color: #BD002B; }
.green    { color: #108F3E; }
.blue     { color: #0075B8; }
.violet   { color: #7E1979; }

/* Background colors */
.red_b    { color: #BD002B; }
.green_b  { color: #108F3E; }
.blue_b   { color: #0075B8; }
.violet_b { color: #7E1979; }