
#Main {
/*
    Because of the complex width control only set width related settings here
*/
    padding: 0;
	width: 100%;
	max-width: inherit;
}
body{
    font-size: 12px;
	font-weight: normal;
	color: #656565 ;
	padding: 0;
	margin: 0;
    background: transparent;
}
a {
    color:#02247C;
    text-decoration:none;
}
a:hover {
    text-decoration: underline;
}
input{	
    font-size: 12px;
    color: #656565 ;
    background: transparent;
}
body,
input {
	font-family: Microsoft YaHei, Microsoft JhengHei, 微软雅黑, STXihei, 华文细黑, serif !important;
}
#ControlsContainer,
#SortingContainer,
#PagesContainer,
#SuppliedBy {
    display: none!important;
}
.PressRelease-NewsTitle,
.PressRelease-NewsDate {
    font-size: 1em;
    font-weight: normal;
    color: #7a7a7a;
}
.PressRelease-NewsTitle {
    color: #000;
}
.NoChange-NewsColumn {
    display: table;
    width: 100%;
}
/*.NewsColumn-Container {
    display: table-row;
}*/
.PressRelease-SingleLine-DateContainer,
.PressRelease-SingleLine-TitleContainer {
    padding: 0.6em;
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 5px;
}
.PressRelease-SingleLine-DateContainer {
    width: 5em;
}
.HeadingColomnContainer, .PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
    display: block;
}