/* CSS Document */
/* Style Main Frame */
/* Style for website Nic */
/* Original: 02may10jvd */
/* History:
// 05may10jvd: Organized styles
//
*/


/*****
// 
// Main Style
//
*****/

/* Big Header, yellow and black */
	.styleA 
	{
		font-family: 	Arial;
		font-size: 		36pt;
		line-height:	40pt;
		color: 			#FFCC00;
	}
	.styleAblack 
	{
		font-family: 	Arial;
		font-size: 		36pt;
		line-height:	40pt;
		color: 			#000000;

/* Small Header, yellow and black */
	}
	.styleB 
	{
		font-family: 	Arial;
		font-size: 		24pt;
		font-weight: 	normal;
		line-height:	40pt;
		color: 			#FFCC00;
	}
	.styleBblack 
	{
		font-family: 	Arial;
		font-size: 		24pt;
		font-weight: 	normal;
		line-height:	40pt;
		color: 			#000000;
	}



/* Paragraph Header */
	.styleParHead 
	{
		font-family: 	Arial;
		font-size: 		14pt;
		font-weight: 	bold;
		line-height:	18pt;
		color: 			#000000;
	}

/* Paragraph KnalText */
	.styleParKnalText 
	{
		font-family: 	Arial;
		font-size: 		14pt;
		font-weight: 	bold;
		line-height:	18pt;
		color: 			#E25D1B;
	}

/* Paragraph Text */
	.styleParText 
	{
		font-family: 	Arial;
		font-size: 		14pt;
		font-weight: 	normal;
		line-height:	18pt;
		color: 			#000000;
	}

/* Paragraph Text Small */
	.styleParHeadSmall 
	{
		font-family: 	Arial;
		font-size: 		12pt;
		font-weight: 	bold;
		line-height:	14pt;
		color: 			#000000;
	}

/* Paragraph Text, white, wide line */
	.styleC 
	{
		font-family: 	Arial;
		font-size: 		14pt;
		font-style: 	bold;
		line-height:	18pt;
		color: 			#FFFFFF;
	}

/* Paragraph Text, white, black */
	.styleD 
	{
		font-family: 	Arial;
		font-size: 		14pt;
		font-style: 	bold;
		line-height:	14pt;
		color: 			#FFFFFF;
	}

	.styleDblack 
	{
		font-family: 	Arial;
		font-size: 		14pt;
		font-style: 	bold;
		line-height:	14pt;
		color: 			#000000;
	}


/* Standard body, grey background */
	.styleBodyStandard
		{
			background-color: #DEDDD6;
			background-repeat: no-repeat;
			background-position: top left;
		}


/*****
// 
// Links and visited links
//
*****/

	a:link {
		font-family: 	Arial;
		font-size: 		14pt;
		font-weight: 	normal;
		line-height:	18pt;
		color: #FFCC00;
	}
	a:visited {
		font-family: 	Arial;
		font-size: 		14pt;
		font-weight: 	normal;
		line-height:	18pt;
/*		color: #FF9930;      */
/*		color: #CCCCCC;      */
  		color: #FFCC00;      
	}
