.darkest
{
	background-color: #4ca1df;
}

.dark
{
	background-color: #86bfe9;
}

.light
{
	background-color: #add4f0; 
	
}

.lightest
{
	background-color: #c7e2f5;
}

.topleftlight
{
	background-image: url(/images/blue/corner-2-top-left.png);
}

.toprightlight
{
	background-image: url(/images/blue/corner-2-top-right.png);
}

.bottomleftlight
{
	background-image: url(/images/blue/corner-2-bottom-left.png);
}

.bottomrightlight
{
	background-image: url(/images/blue/corner-2-bottom-right.png);
}

.topleftdark
{
	background-image: url(/images/blue/corner-top-left.png);
}

.toprightdark
{
	background-image: url(/images/blue/corner-top-right.png);
}

.bottomleftdark
{
	background-image: url(/images/blue/corner-bottom-left.png);
}

.bottomrightdark
{
	background-image: url(/images/blue/corner-bottom-right.png);
}

