/* td columns */
td.ColumnLeft {
	vertical-align: top;
	background-color: #e6e6e6;
}

td.ColumnRight {
	width: 30%;
	vertical-align: top;
	background-color: #0066CC;
}

td.ColumnRight table 
{
	width: 100%;	
}

td.ColumnMid {
	width: 70%;
	vertical-align: top;
	padding: 10px 15px 25px 15px;
	background-color: #ffffff;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* td columns */

/* main body */
table.tblMidHead 
{
	width: 100%;
	text-align: center;
	color: #000000;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 25px 0;
}

table.tblMidHead a, table.tblMidHead a:visited {
	font-weight: bold;
	font-style: normal;
	color: #0066cc;
	text-decoration: none;
	margin: 16px;
}

table.tblMidHead a:hover, table.tblMidHead a:active {
	text-decoration: underline;
}

table.tblMidHead div
{
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	padding: 0;
}

table.tblMidHead div.MainBanner 
{
	text-align: center;
}

table.tblMidHead div a
{
	target:_top;
}


table.tblMidBody
{
	width: 100%;
	color: #000000;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	margin: 0 0 25px 0;
}

td.tdMidInDetailHead {
	background-color: #CCCCCC;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}

td.tdMidInDetailDate {
	padding: 15px 0 0 15px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	vertical-align: top;
}

td.tdMidInDetailTitle {
	width: 100%;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
	padding: 15px 15px 0 15px;
}

td.tdMidInDetailBody {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	padding: 15px;
}
/* main body */

/* Themes article*/

td.tdThemes 
{
	padding: 35px 15px 15px 15px;
}

table.tblThemes 
{
	font-size: 11px;
	font-weight: normal;
}

table.tblThemes td 
{
	padding-bottom: 15px;
}

table.tblThemes td.ThemesLinksWord
{
	font-weight: bold;
}

span.ThemesDate
{
	font-style: italic;
}

div.Themes
{
	display: list-item;
	list-style-type: disc;
	margin: 0 0 10px 25px;
}

div.ThemesOther
{
	font-size: 11px;
	padding: 0 0 25px 0;
	text-align:center;
}

div.ThemesOther a, div.ThemesOther a:visited, div.ThemesOther a:hover, div.ThemesOther a:active {
	font-weight: normal;
	font-style: normal;
	color: #0066cc;
	text-decoration: underline;
}
/* Themes article*/

