﻿/* Personal Styles */
.newspaper {
/*	column-count: 2;
	column-gap: 10px;
	column-fill: auto; */
/*	margin-left: 10px;
	margin-right: 600px;	*/
	margin-right: 20px;
	text-align:justify;
	background-color: #fff;
/*	column-rule-style: solid; */
}
.caption {
	text-align: justify;
	margin-right: 20px;
	font-style: italic;
	font-size: 12pt;
}

.style_justify {
	text-align: justify;
}
.style_left {
	text-align: left;
}
.style_center {
	text-align: center;
}
.style_right {
	text-align: right;
}
.style_vertmid {
	vertical-align: middle;
}
.style_underline {
	text-decoration: underline;
}
.style_italic_10 {
	font-style: italic;
	font-size: 10.5pt;
}
.border_zero {
	border: 0px;
}
.margin_right_image {
	margin-right: 15px;
}
.green_bar {
	background-color: #C1FFC1;
}
.gray_bar {
	background-color: #C0C0C0;
}
.yellow_bar {
	background-color: #ffffe0;
}
.red_head {
	font-size: 10pt;
	color: #fff;
	background-color: #800000;
}
.table_head {
	font-size: 12pt;
	/* Text color */
	color: #ffffff;
	font-weight: bold;
	background-color: #003366;
}
.table_border {
	border-style: none;
	border-width: 0;
}
.page_head {
	font-size: 12pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Text color */
	color: #fff;
	background-color: #003366;
}
.red_text {
	color: red;
}
.blue_text {
	color: blue;
}
.green_text {
	color: #008080;
}
.orange_text {
	color: orange;
}
.white_text {
	color: #FFFFFF;
	font-weight: bold;
}
.font_10 {
	font-size:10pt
}
.font_8 {
	font-size:8pt
}
.view_cell {
	border-style: solid;
	border-width: 1px;
	padding: 1px 4px;
}
