/* Content Stuff */
table.Content {
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000066;
	border-collapse: collapse;
	background-color: #e9e9f3;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
td.Content {
	vertical-align: top;
	margin: 0px;
	padding: 3px;
	border: 1px solid #000099;
}

a.CntLink { 
/*	font-size:9pt; */
	font-weight: bold; 
	text-align: justify;
}
a.CntLink:link { 
	text-decoration: underline; }

a.CntLink:visited {
	text-decoration: underline; 
}
a.CntLink:hover {
	text-decoration: none; 
}
a.CntLink:active {
	text-decoration: underline; 
}

a.CntHiNewsTtl { 
	font-family: Arial,  Verdana,   Helvetica, sans-serif;
	font-size:8pt; 
	font-weight: bold; 
	text-align: justify;
}
a.CntHiNewsTtl:link { 
	color: green;
	text-decoration: underline; }

a.CntHiNewsTtl:visited {
	color:green;
	text-decoration: underline; 
}
a.CntHiNewsTtl:hover {
	color: purple;
	text-decoration: none; 
}
a.CntHiNewsTtl:active {
	color: purple;
	text-decoration: underline; 
}

a.CntLoNewsTtl { 
	font-size:8pt; 
	font-weight: bold; 
	text-align: justify;
}
a.CntLoNewsTtl:link { 
	color: blue;
	text-decoration: underline; }

a.CntLoNewsTtl:visited {
	color: blue;
	text-decoration: underline; 
}
a.CntLoNewsTtl:hover {
	color: red;
	text-decoration: none; 
}
a.CntLoNewsTtl:active {
	color: red;
	text-decoration: underline; 
}


.CntPhoto {
	float: left; 
	margin-left: 5pt;
	margin-right: 5pt; 
	margin-bottom: 10pt; 
}

.CntBreak
{
	clear: left;
}

.CntNoBrk
{
}

.CntItem {
	margin-top: 0pt; 
	margin-bottom: 10pt;
	text-align: left;
}

div.CntTitle {
/*	font-size:9pt; */
	font-weight: bold; 
	margin-top: 0pt; 
	margin-bottom: 0pt; 
	line-height: 1;
}

div.CntLoNewsTtl {
	color: blue;
	font-size: 8pt;
	font-weight: bold;
}
div.CntHiNewsTtl {
	color: green;
	font-family: Arial, Verdana,    Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

div.CntSynop {	
	margin-top: 0pt; 
	margin-bottom: 0pt;
}

/* End of Content Stuff  */