/********************************   HEADING ELEMENTS    ***************************************/

.nihead1	{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 26px; 
		font-weight: 800; 
		color: #CCCC00; 
		text-transform: capitalize; 
		margin-top: 25px; 
		margin-bottom: 0px;
		}


.nihead2	{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 22px; 
		font-weight: bold; 
		color: #336699; 
		margin-top: 35px; 
		margin-bottom: 0px;
		}


.nihead3	{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 16px; 
		font-weight: bold; 
		color: #666666; 
		margin-top: 23px; 
		margin-bottom: 0px;
		}




/********************************   PARA ELEMENTS    ***************************************/

.nitext		{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-style: normal; 
		color: #666666; 
		margin-top: 10px; 
		margin-bottom: 0px;
		}


.ninote		{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-style: italic; 
		color: #666666; 
		margin-top: 10px; 
		margin-bottom: 0px;
		}


.nidate		{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		font-style: normal; 
		color: #CCCC00; 
		margin-top: 0px; 
		margin-bottom: 0px;
		}



.ninews		{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 26px; 
		font-style: normal; 
		font-weight: 800; 
		color: #cccccc; 
		margin-top: 0px; 
		margin-bottom: 0px;
		letter-spacing: 10px;
		}





/********************************   LIST ELEMENTS    ***************************************/

.niblist	{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-style: normal; 
		color: #666666; 
		margin-top: 10px; 
		margin-bottom: 0px;
		}


/********************************   CHAR ELEMENTS    ***************************************/

.niunderline	{
		text-decoration: underline;
		}

.niitalic	{
		font-style: italic;
		}

.nibold		{
		font-weight: bold;
		}




/********************************   LINK ELEMENTS    ***************************************/

.nilink:link	{
		color: #336699; 
		text-decoration:underline;
		}

.nilink:visited	{
		color: #336699; 
		text-decoration:underline;
		}

.nilink:active	{
		color: #336699; 
		text-decoration:underline;
		}

.nilink:hover	{
		color: #ffffff; 
		text-decoration: underline;
		background: #CCCC00; 
		}






















