@charset "UTF-8";

/* BASIC HTML FONT COLORS */

.aqua			{ color: aqua!important; } 
.black			{ color: black!important;} 
.blue			{ color: blue!important; } 
.fuchsia		{ color: fuchsia!important; } 
.gray 			{ color: gray!important; } 
.green 			{ color: green!important; } 
.lime 			{ color: lime!important; } 
.maroon 		{ color: maroon!important; } 
.navy 			{ color: navy!important; } 
.olive 			{ color: olive!important; } 
.purple 		{ color: purple!important; } 
.red 			{ color: red!important; } 
.silver 		{ color: silver!important; } 
.teal 			{ color: teal!important; } 
.white 			{ color: white!important; } 
.yellow 		{ color: yellow!important; } 
.orange 		{ color: orange!important; } 


/* BASIC HTML BACKGROUND COLORS - prefix with: bg_ */

.bg_aqua		{ background-color: aqua!important; } 
.bg_black		{ background-color: black!important;} 
.bg_blue		{ background-color: blue!important; } 
.bg_fuchsia		{ background-color: fuchsia!important; } 
.bg_gray 		{ background-color: gray!important; } 
.bg_green 		{ background-color: green!important; } 
.bg_lime 		{ background-color: lime!important; } 
.bg_maroon 		{ background-color: maroon!important; } 
.bg_navy		{ background-color: navy!important; } 
.bg_olive 		{ background-color: olive!important; } 
.bg_purple 		{ background-color: purple!important; } 
.bg_red 		{ background-color: red!important; } 
.bg_silver 		{ background-color: silver!important; } 
.bg_teal 		{ background-color: teal!important; } 
.bg_white 		{ background-color: white!important; } 
.bg_yellow 		{ background-color: yellow!important; } 


/* GREY COLORS - from dark to light */

.gray10 		{ color: rgb(10,10,10)!important; }
.gray20 		{ color: rgb(20,20,20)!important; }
.gray30 		{ color: rgb(30,30,30)!important; }
.gray40 		{ color: rgb(40,40,40)!important; }
.gray50 		{ color: rgb(50,50,50)!important; }
.gray60 		{ color: rgb(60,60,60)!important; }
.gray70 		{ color: rgb(70,70,70)!important; }
.gray80 		{ color: rgb(80,80,80)!important; }
.gray90 		{ color: rgb(90,90,90)!important; }
.gray100 		{ color: rgb(100,100,100)!important; }
.gray110 		{ color: rgb(110,110,110)!important; }
.gray120 		{ color: rgb(120,120,120)!important; }
.gray130 		{ color: rgb(130,130,130)!important; }
.gray140 		{ color: rgb(140,140,140)!important; }
.gray150 		{ color: rgb(150,150,150)!important; }
.gray160 		{ color: rgb(160,160,160)!important; }
.gray170 		{ color: rgb(170,170,170)!important; }
.gray180 		{ color: rgb(180,180,180)!important; }
.gray190 		{ color: rgb(190,190,190)!important; }
.gray200 		{ color: rgb(200,200,200)!important; }
.gray210 		{ color: rgb(210,210,210)!important; }
.gray220 		{ color: rgb(220,220,220)!important; }
.gray230 		{ color: rgb(230,230,230)!important; }
.gray240 		{ color: rgb(240,240,240)!important; }
.gray250 		{ color: rgb(250,250,250)!important; }
			
			
.bg_gray10 		{ background-color: rgb(10,10,10)!important; }
.bg_gray20 		{ background-color: rgb(20,20,20)!important; }
.bg_gray30 		{ background-color: rgb(30,30,30)!important; }
.bg_gray40 		{ background-color: rgb(40,40,40)!important; }
.bg_gray50 		{ background-color: rgb(50,50,50)!important; }
.bg_gray60 		{ background-color: rgb(60,60,60)!important; }
.bg_gray70 		{ background-color: rgb(70,70,70)!important; }
.bg_gray80 		{ background-color: rgb(80,80,80)!important; }
.bg_gray90 		{ background-color: rgb(90,90,90)!important; }
.bg_gray100 	{ background-color: rgb(100,100,100)!important; }
.bg_gray110 	{ background-color: rgb(110,110,110)!important; }
.bg_gray120 	{ background-color: rgb(120,120,120)!important; }
.bg_gray130 	{ background-color: rgb(130,130,130)!important; }
.bg_gray140 	{ background-color: rgb(140,140,140)!important; }
.bg_gray150 	{ background-color: rgb(150,150,150)!important; }
.bg_gray160 	{ background-color: rgb(160,160,160)!important; }
.bg_gray170 	{ background-color: rgb(170,170,170)!important; }
.bg_gray180 	{ background-color: rgb(180,180,180)!important; }
.bg_gray190 	{ background-color: rgb(190,190,190)!important; }
.bg_gray200 	{ background-color: rgb(200,200,200)!important; }
.bg_gray210 	{ background-color: rgb(210,210,210)!important; }
.bg_gray220 	{ background-color: rgb(220,220,220)!important; }
.bg_gray230 	{ background-color: rgb(230,230,230)!important; }
.bg_gray240 	{ background-color: rgb(240,240,240)!important; }
.bg_gray250 	{ background-color: rgb(250,250,250)!important; }


/* RED COLORS - from dark to light */

.red10 			{ color: rgb(10,0,0)!important; }
.red20 			{ color: rgb(20,0,0)!important; }
.red30 			{ color: rgb(30,0,0)!important; }
.red40 			{ color: rgb(40,0,0)!important; }
.red50 			{ color: rgb(50,0,0)!important; }
.red60 			{ color: rgb(60,0,0)!important; }
.red70 			{ color: rgb(70,0,0)!important; }
.red80 			{ color: rgb(80,0,0)!important; }
.red90 			{ color: rgb(90,0,0)!important; }
.red100 		{ color: rgb(100,0,0)!important; }
.red110 		{ color: rgb(110,0,0)!important; }
.red120 		{ color: rgb(120,0,0)!important; }
.red130 		{ color: rgb(130,0,0)!important; }
.red140 		{ color: rgb(140,0,0)!important; }
.red150 		{ color: rgb(150,0,0)!important; }
.red160 		{ color: rgb(160,0,0)!important; }
.red170 		{ color: rgb(170,0,0)!important; }
.red180 		{ color: rgb(180,0,0)!important; }
.red190 		{ color: rgb(190,0,0)!important; }
.red200 		{ color: rgb(200,0,0)!important; }
.red210 		{ color: rgb(210,0,0)!important; }
.red220 		{ color: rgb(220,0,0)!important; }
.red230 		{ color: rgb(230,0,0)!important; }
.red240 		{ color: rgb(240,0,0)!important; }
.red250 		{ color: rgb(250,0,0)!important; }

.bg_red10 		{ background-color: rgb(10,0,0)!important; }
.bg_red20 		{ background-color: rgb(20,0,0)!important; }
.bg_red30 		{ background-color: rgb(30,0,0)!important; }
.bg_red40 		{ background-color: rgb(40,0,0)!important; }
.bg_red50 		{ background-color: rgb(50,0,0)!important; }
.bg_red60 		{ background-color: rgb(60,0,0)!important; }
.bg_red70 		{ background-color: rgb(70,0,0)!important; }
.bg_red80 		{ background-color: rgb(80,0,0)!important; }
.bg_red90 		{ background-color: rgb(90,0,0)!important; }
.bg_red100 		{ background-color: rgb(100,0,0)!important; }
.bg_red110 		{ background-color: rgb(110,0,0)!important; }
.bg_red120 		{ background-color: rgb(120,0,0)!important; }
.bg_red130 		{ background-color: rgb(130,0,0)!important; }
.bg_red140 		{ background-color: rgb(140,0,0)!important; }
.bg_red150 		{ background-color: rgb(150,0,0)!important; }
.bg_red160 		{ background-color: rgb(160,0,0)!important; }
.bg_red170 		{ background-color: rgb(170,0,0)!important; }
.bg_red180 		{ background-color: rgb(180,0,0)!important; }
.bg_red190 		{ background-color: rgb(190,0,0)!important; }
.bg_red200 		{ background-color: rgb(200,0,0)!important; }
.bg_red210 		{ background-color: rgb(210,0,0)!important; }
.bg_red220 		{ background-color: rgb(220,0,0)!important; }
.bg_red230 		{ background-color: rgb(230,0,0)!important; }
.bg_red240 		{ background-color: rgb(240,0,0)!important; }
.bg_red250 		{ background-color: rgb(250,0,0)!important; }


/* GREEN COLORS - from dark to light */

.green10 		{ color: rgb(0,10,0)!important; }
.green20 		{ color: rgb(0,20,0)!important; }
.green30 		{ color: rgb(0,30,0)!important; }
.green40 		{ color: rgb(0,40,0)!important; }
.green50 		{ color: rgb(0,50,0)!important; }
.green60 		{ color: rgb(0,60,0)!important; }
.green70 		{ color: rgb(0,70,0)!important; }
.green80 		{ color: rgb(0,80,0)!important; }
.green90 		{ color: rgb(0,90,0)!important; }
.green100 		{ color: rgb(0,100,0)!important; }
.green110 		{ color: rgb(0,110,0)!important; }
.green120 		{ color: rgb(0,120,0)!important; }
.green130 		{ color: rgb(0,130,0)!important; }
.green140 		{ color: rgb(0,140,0)!important; }
.green150 		{ color: rgb(0,150,0)!important; }
.green160 		{ color: rgb(0,160,0)!important; }
.green170 		{ color: rgb(0,170,0)!important; }
.green180 		{ color: rgb(0,180,0)!important; }
.green190 		{ color: rgb(0,190,0)!important; }
.green200 		{ color: rgb(0,200,0)!important; }
.green210 		{ color: rgb(0,210,0)!important; }
.green220 		{ color: rgb(0,220,0)!important; }
.green230 		{ color: rgb(0,230,0)!important; }
.green240 		{ color: rgb(0,240,0)!important; }
.green250 		{ color: rgb(0,250,0)!important; }

.bg_green10 	{ background-color: rgb(0,10,0)!important; }
.bg_green20 	{ background-color: rgb(0,20,0)!important; }
.bg_green30 	{ background-color: rgb(0,30,0)!important; }
.bg_green40 	{ background-color: rgb(0,40,0)!important; }
.bg_green50 	{ background-color: rgb(0,50,0)!important; }
.bg_green60 	{ background-color: rgb(0,60,0)!important; }
.bg_green70 	{ background-color: rgb(0,70,0)!important; }
.bg_green80 	{ background-color: rgb(0,80,0)!important; }
.bg_green90 	{ background-color: rgb(0,90,0)!important; }
.bg_green100 	{ background-color: rgb(0,100,0)!important; }
.bg_green110 	{ background-color: rgb(0,110,0)!important; }
.bg_green120 	{ background-color: rgb(0,120,0)!important; }
.bg_green130 	{ background-color: rgb(0,130,0)!important; }
.bg_green140 	{ background-color: rgb(0,140,0)!important; }
.bg_green150 	{ background-color: rgb(0,150,0)!important; }
.bg_green160 	{ background-color: rgb(0,160,0)!important; }
.bg_green170 	{ background-color: rgb(0,170,0)!important; }
.bg_green180 	{ background-color: rgb(0,180,0)!important; }
.bg_green190 	{ background-color: rgb(0,190,0)!important; }
.bg_green200 	{ background-color: rgb(0,200,0)!important; }
.bg_green210 	{ background-color: rgb(0,210,0)!important; }
.bg_green220 	{ background-color: rgb(0,220,0)!important; }
.bg_green230 	{ background-color: rgb(0,230,0)!important; }
.bg_green240 	{ background-color: rgb(0,240,0)!important; }
.bg_green250 	{ background-color: rgb(0,250,0)!important; }


/* BLUE COLORS - from dark to light */

.blue10 		{ color: rgb(0,0,10)!important; }
.blue20 		{ color: rgb(0,0,20)!important; }
.blue30 		{ color: rgb(0,0,30)!important; }
.blue40 		{ color: rgb(0,0,40)!important; }
.blue50 		{ color: rgb(0,0,50)!important; }
.blue60 		{ color: rgb(0,0,60)!important; }
.blue70 		{ color: rgb(0,0,70)!important; }
.blue80 		{ color: rgb(0,0,80)!important; }
.blue90 		{ color: rgb(0,0,90)!important; }
.blue100 		{ color: rgb(0,0,100)!important; }
.blue110 		{ color: rgb(0,0,110)!important; }
.blue120 		{ color: rgb(0,0,120)!important; }
.blue130 		{ color: rgb(0,0,130)!important; }
.blue140 		{ color: rgb(0,0,140)!important; }
.blue150 		{ color: rgb(0,0,150)!important; }
.blue160 		{ color: rgb(0,0,160)!important; }
.blue170 		{ color: rgb(0,0,170)!important; }
.blue180 		{ color: rgb(0,0,180)!important; }
.blue190 		{ color: rgb(0,0,190)!important; }
.blue200 		{ color: rgb(0,0,200)!important; }
.blue210 		{ color: rgb(0,0,210)!important; }
.blue220 		{ color: rgb(0,0,220)!important; }
.blue230 		{ color: rgb(0,0,230)!important; }
.blue240 		{ color: rgb(0,0,240)!important; }
.blue250 		{ color: rgb(0,0,250)!important; }

.bg_blue10 		{ background-color: rgb(0,0,10)!important; }
.bg_blue20 		{ background-color: rgb(0,0,20)!important; }
.bg_blue30 		{ background-color: rgb(0,0,30)!important; }
.bg_blue40 		{ background-color: rgb(0,0,40)!important; }
.bg_blue50 		{ background-color: rgb(0,0,50)!important; }
.bg_blue60 		{ background-color: rgb(0,0,60)!important; }
.bg_blue70 		{ background-color: rgb(0,0,70)!important; }
.bg_blue80 		{ background-color: rgb(0,0,80)!important; }
.bg_blue90 		{ background-color: rgb(0,0,90)!important; }
.bg_blue100 	{ background-color: rgb(0,0,100)!important; }
.bg_blue110 	{ background-color: rgb(0,0,110)!important; }
.bg_blue120 	{ background-color: rgb(0,0,120)!important; }
.bg_blue130 	{ background-color: rgb(0,0,130)!important; }
.bg_blue140 	{ background-color: rgb(0,0,140)!important; }
.bg_blue150 	{ background-color: rgb(0,0,150)!important; }
.bg_blue160 	{ background-color: rgb(0,0,160)!important; }
.bg_blue170 	{ background-color: rgb(0,0,170)!important; }
.bg_blue180 	{ background-color: rgb(0,0,180)!important; }
.bg_blue190 	{ background-color: rgb(0,0,190)!important; }
.bg_blue200 	{ background-color: rgb(0,0,200)!important; }
.bg_blue210 	{ background-color: rgb(0,0,210)!important; }
.bg_blue220 	{ background-color: rgb(0,0,220)!important; }
.bg_blue230 	{ background-color: rgb(0,0,230)!important; }
.bg_blue240 	{ background-color: rgb(0,0,240)!important; }
.bg_blue250 	{ background-color: rgb(0,0,250)!important; }

