/* News Articles Custom Styles */
.articleTitle { font-size : 14px; font-weight : 700; color : #274982; text-decoration:none; }
.articleTable { background-color: black; margin: 0px; }
.articleTopCell { background-color: #336699; color: white; font-weight: bold; padding: 6px; height: 25px; }
.articleTopCell .NormalBold { color: #FFF; }
.articleContentCell { color: black; padding: 6px; background-color: #FEFEFE; }
.articleTextCell { color: black; padding: 6px; background-color: #FFFFCC; }
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; background-color: #336699; height: 25px; }
.articleFooterCell .NormalBold { color: #FFF; }
.featuredTopCell { background-color: #336699; color: white; font-weight: bold; padding: 6px; height: 25px; }

A.articleTitle 
{
	text-decoration:none !important;
}

.TitleLink 
{
	color:#cc3300 !important;
	font-weight:bold;
	font-size:14px;
}


.Date
{
	font-style:italic;
}

.Image
{
	float:left;
	margin-right:10px;	
}

.Image IMG
{
	float:left;
	margin-right:10px;	
	margin-bottom:10px;
	max-width:450px;
	width: expression(this.width > 450 ? 450: true);
}

.ImageList IMG
{
	float:left;
	margin-right:10px;	
	max-width:250px;
	width: expression(this.width > 250 ? 250: true);
	
}

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;
}

.SubHead 
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: normal !important;
	color: #000000;
	margin:0px !important;
	padding:0px !important;
	text-decoration:none;
}



.Normal
{
	margin-bottom:0px !important;
}

.ContentPaneHome DIV
{
	text-align:left !important;
}