/*
	CSS Developed by Michael Bryne, css.mbryne.com
*/


/*
	Links
*/

	.cursor_pointer 	{ 	cursor: pointer 	}
	.default_pointer 	{ 	cursor: default		}
	
	
/*
	Colors
*/

	.white 				{	color: #FFFFFF;		}
	.lighter_grey 		{	color: #EFEFEF;		}
	.light_grey 		{	color: #CFCFCF;		}
	.grey				{	color: #AFAFAF;		}
	.dark_grey 			{	color: #6F6F6F;		}
	.darker_grey		{	color: #3F3F3F;		}
	.light_green		{	color: #CCE9B5;		}
	.green				{	color: #88CB53;		}
	.dark_green			{	color: #51941C;		}
	.light_red			{ 	color: #904848;		}
	.red				{ 	color: #94231C;		}
	.dark_red			{ 	color: #530000;		}
	.light_blue			{ 	color: #D9DFE7;		}
	.blue				{ 	color: #506278;		}
	.dark_blue			{ 	color: #243140;		}
	.light_orange		{ 	color: #F2D2A7;		}
	.orange				{ 	color: #E29A37;		}
	.dark_orange		{ 	color: #CF7000;		}
	.black 				{	color: #000000;		}
	
/*
	Heading Sizes
*/

	h1					{ 		font-size: 24px;		}
	h2					{ 		font-size: 18px;		}
	h3					{ 		font-size: 14px;		}
	h4					{ 		font-size: 12px;		}
	h5					{ 		font-size: 11px;		}	
	
/*
	Sizes
*/

	.tiny				{ 		font-size: 11px;		}
	.small				{ 		font-size: 12px;		}	
	.normal 			{		font-size: 14px;		}
	.medium 			{		font-size: 16px;		}	
	.large 				{		font-size: 18px;		}	
	.huge 				{		font-size: 20px;		}	

/*
	Styles
*/
	
	.bold 				{		font-weight: bold;				}
	.italic				{		font-style: italic;				}
	.underline			{		text-decoration: underline;		}
	.no_underline		{		text-decoration: none;			}
	
/*
	Alignment
*/

	.left_aligned 		{		text-align: left;			}
	.center_aligned 		{		text-align: center;			}
	.right_aligned 		{		text-align: right;			}
	.justify_aligned 	{		text-align: justify;		}
	
/*
	Floats
*/

	.float_left	 		{		float: left;			}
	.float_right 		{		float: right;			}
	
/*
	Fonts
*/

	.title 				{		font-family: 'Trebuchet MS', Helvetica, sans-serif; 	}
	.text 				{		font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 	}
	.field 				{		font-family: Helvetica, Arial, sans-serif; 	}
	