@media print {
.pics{
	display: none;
}
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#EEEEEE;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #054F2C;
	font-weight: bold;
}
a:visited {
	color: #003300;
	font-weight: bold;
}
a:hover {
	color: #009900;
	font-weight: bold;
}
a:active {
	color: #054F2C;
	font-weight: bold;
}

.table_content {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.table_title {
	font-size:16px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #0168B5;
}
.tables {

}

.press_date{
	font-size:12px;
	color: #0168B5;
	font-weight: bold;
}

.press_title{
	font-size:14px;
}

.press_content{
	font-size:12px;
	padding-left: 20px;	
}

.story_title{
	color: #FFFFFF;
	background-color: #054F2C;
	font-weight: bold;
}.table_content_blue {
    margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #0168B5;
}
