/************************************************************************************************/
/* Author:			VINCIS Rinse van Dijk         					                         	*/
/* Description:		FRONTPAGE stylesheet				                                     	*/
/* Site name:		GHOR Extranet								                            	*/
/* Date created:	07-04-2010						                                     		*/
/************************************************************************************************/

/*
--------------------------------------------------------------------------------------------------
 Standard Colors:
--------------------------------------------------------------------------------------------------
 =1 Headers					#76a000	(also topgraphic background and hyperlinks)
 =2 Mouse over				#9dbd15	(light green grey)
 
 =3 Content borders			#e8e8e8	(Very light grey) 
 =4 Content text			#333	(dark grey)
 =5 Content light text		#c0c0c0	(light grey) 
 
 =6 Header graphic text		#fff	(white) 
 
--------------------------------------------------------------------------------------------------
 Custon Colors:
--------------------------------------------------------------------------------------------------
Blue						=	#0065a4
Green						=	#008b60
Grey						= 	#666666
Standard text				=	#333333

*/

/************************************************************************************************/
/* SCREEN STYLES																				*/
/************************************************************************************************/
@media screen 
{
	/*********************************************************************************************/
	/* =Override styles							                                     			 */
	/*********************************************************************************************/

				
	/********************************************************************************************/
	/* =Content																					*/
	/********************************************************************************************/
	

	

}

/************************************************************************************************/
/* PRINT STYLES																					*/
/************************************************************************************************/
@media print 
{

	#content h1,
	h1,
	#content h2,
	h2
	{
		color:			#666666!important;
	}
	
}
