/*
--------- Container -------------------------------------------------------------
*/
.Container {
	
}
.Container H4 {
	color: #4c4c4c;
}
.Container .Header {

}
.Container .Header .Title {
	
}
.Container .Header A.Title:Link, .Container .Header A.Title:Active, .Container .Header A.Title:Visited, .Container .Header .Title {
	color: #115599;
}
.Container .Header A.Title:Hover {
	color: #2998E7;
}

.Container .Header A.Featured:Link, .Container .Header A.Featured:Active, .Container .Header A.Featured:Visited, .Container .Header .Featured {
	color: #028e1c;
}
.Container .Header A.Featured:Hover {
	color: #48CE09;
}

.Container .Header .Title .CText {
	
}
.Container .Content {
	background-color: #f7f7f7;
	border-color: #E2E2E2;
}

/*
.Container:Hover .Content {
	background-color: #F1F1F1;
	border-color: #DDDDDD;
}
*/
.Container .CFooter {
	
}
.Container .CFooter .ReadMore {
	
}
.Container .CFooter A.ReadMore:Link, .Container .Footer A.ReadMore:Active, .Container .Footer A.ReadMore:Visited {
	color: #999999;
}
.Container .CFooter A.ReadMore:Hover {
	color: #666666;
}


.Container A:Link, .Container A:Active, .Container A:Visited {
	color: #6b6b6b;
}
.Container A:Hover {
	color: #2998e7;
}
.Container A.MoreLink:Link, .Container A.MoreLink:Active, .Container A.MoreLink:Visited {
	color: #999999;
}
.Container A.MoreLink:Hover {
	color: #5A5A5A;
}

.Container .DateTime {
	color: #999999;
}