/*
--------- Container -------------------------------------------------------------
*/

.Container {
	margin-bottom: 20px;
	text-align: left;
}
.Container H4 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.Container H5 {
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
.Container .Header {
	border-width: 0px;
	letter-spacing: 0px;
	margin: 2px;
	padding: 0px;
	text-align: left;
}
.Container .Header .Title {
	
}
.Container .Header .Title .Icon {
	position: relative;
	top: -2px;
	margin-right: 5px;
}
.Container .Header A.Title:Link, .Container .Header A.Title:Active, .Container .Header A.Title:Visited, .Container .Header .Title {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
}
.Container .Header A.Title:Hover {
	
}
.Container .Header .Title .Text {

}


.Container .Header16 {
	line-height: 16px;
	height: 16px;
}
.Container .Header24 {
	line-height: 24px;
	height: 24px;
}
.Container .Header32 {
	line-height: 32px;
	height: 32px;
}
.Container .Header48 {
	line-height: 48px;
	height: 48px;
}

.Container .Content {
	border:solid 2px #e5ddd6;
	padding:5px;
}
.Container .Footer {
	text-align: right;
	font-size: 10px;
	padding-right: 2px;
	padding-top: 5px;
}

.Container A:Link, .Container A:Active, .Container A:Visited {
	font-weight: bold;
}
.Container A:Hover {

}
.Container A.MoreLink {
	font-weight: normal;
	font-size: 10px;
}

.Container .DateTime {
	font-size: 10px;
}