/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 



/*=============================================================*/
/*  Start Styles for Dark Skin                                  */
/*============================================================= */

/*
p 
{
	font-family: Tahoma, Arial;
	color:#2C2C2C;
	font-size: 11px;
}
*/


td.DarkTitle 
{
	font-family: Tahoma, Arial;
	color:#2C2C2C;
	font-size: 11px;
	font-weight:bold;
}

td.DarkContent 
{
	font-family: Tahoma, Arial;
	color:#2C2C2C;
	font-size: 10px;
}



.silver
{
	font-size:11px;
	color:#2C2C2C;
}


/*
.head 
{
	font-family: Tahoma, Arial;
	color:#2C2C2C;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;	
}
*/

.subHead 
{
	font-family: Tahoma, Arial;
	color:#2C2C2C;
	font-size: 11px;
}


A:link {
    text-decoration:    none;
    color:#2C2C2C;
}

A:visited  {
    text-decoration:    none;
    color:#2C2C2C;
}

A:active   {
    text-decoration:    none;
    color:#2C2C2C;
}

A:hover    {
    text-decoration: underline;
    color:#2C2C2C;
}

/*=============================================================*/
/*  End Styles for Left Skin                                    */
/*=============================================================*/







