.darkest
{
	background-color: #fc4343;
}

.dark
{
	background-color: #fa9696;
}

.mostdark
{
	background-color: #a60001;
}

.leastdark
{
	background-color: #ab0001;
}

.light
{
	background-color: #fcb8b8; 
	
}

.lightest
{
	background-color: #fdcfcf;
}


.topleftlight
{
	background-image: url(/images/red/corner-2-top-left.png);
}

.toprightlight
{
	background-image: url(/images/red/corner-2-top-right.png);
}

.bottomleftlight
{
	background-image: url(/images/red/corner-2-bottom-left.png);
}

.bottomrightlight
{
	background-image: url(/images/red/corner-2-bottom-right.png);
}

.topleftdark
{
	background-image: url(/images/red/corner-top-left.png);
}

.toprightdark
{
	background-image: url(/images/red/corner-top-right.png);
}

.bottomleftdark
{
	background-image: url(/images/red/corner-bottom-left.png);
}

.bottomrightdark
{
	background-image: url(/images/red/corner-bottom-right.png);
}

.topleftmostdark
{
	background-image: url(/images/red/corner-top-left_dark.png);
}

.toprightmostdark
{
	background-image: url(/images/red/corner-top-right_dark.png);
}

.bottomleftmostdark
{
	background-image: url(/images/red/corner-bottom-left_dark.png);
}

.bottomrightmostdark
{
	background-image: url(/images/red/corner-bottom-right_dark.png);
}



