/* 

MASTER STYLESHEET 

Import first.

*/


/*

Using Eric Meyers CSS reset to help deal with browser inconsistencies.
Avoid using floats and margins together on the same element to achieve compatibility all the way back to IE6.

http://meyerweb.com/eric/tools/css/reset/

*/
@import url("reset.css");

/*

Using the OOCSS grid stylesheet to help create a fluid layout.

http://oocss.org/grids_docs.html

*/

/*

Using typeography stylesheet generated from the Web Typography Tool.

http://www.jan-quickels.de/tools-web-typography/

*/
@import url("type.css");

.forestGreen
{
	color: #01573e;
}

.green
{
	color: 	#afc86d;
}

.lightGreen
{
	color:  #cae580;
}

.blue
{
	color: 	#78adc2;
}

.grey
{
	color: #4c4c4e;	
}

.white
{
	color: #fbfbfb;	
}
