/*
.c_content div, #dnn_ctr641_ContentPane div, #dnn_ctr641_ModuleContent table span, .normal {
	text-transform:uppercase;
	color:red;
	}
*/

.c_head c_head_grey, #dnn_ctr641_ModuleContent {
	/* background: url('/DNN/Portals/0/...') repeat fixed #eeeeee;
	font: 10px; */
	background-color: #eeeeee;
}

/* News Articles Custom Styles */
.articleTitle {
	font-size : 14px;
	font-weight : bolder;
	color : #006600;
}
.articleTable {
	margin: 0px;
}
.articleTopCell {
	color: grey;
	font: normal Georgia, "Times New Roman", Times;
	padding: 6px;
	height: 25px;
	text-transform: uppercase;
}
.articleTopCell .NormalBold { grey; color: #999999; font: bold Georgia, "Times New Roman", Times; font-weight:bold; text-transform: uppercase; }
.articleContentCell { color: black; padding: 0px; }
.articleTextCell {
	color: black;
	padding: 6px;
}
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.articleFooterCell {
	color: #FFFFFF;
	padding: 3px;
	height: 25px;
}
.articleFooterCell .NormalBold { color: #000000; }
.featuredTopCell {
	font-weight: bold;
	padding: 6px;
	height: 25px;
}

A.Normal.MenuTop:link {
    text-decoration:    underline;
}

A.Normal.MenuTop:visited  {
    text-decoration:    underline;
}

A.Normal.MenuTop:active   {
    text-decoration:    underline;
}

A.Normal.MenuTop:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:link {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:visited  {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:active   {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:hover    {
    text-decoration:    underline;
    color: #ff0000;
}