/* STSRT  width and height of nested table */
	
.con-header {
	width: 100%;
	background-color: #EFEEEC;
	padding: 8px 0px 8px 8px;
}

html>body .con-header {
	width: 97%;
}

.con-content{
	float: left; 
	width: 100%; 
}
.con-img{
	float: left; 
	padding: 0px 5px 0px 0px;
	width: 37%;
}
.con-bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	width: 100%;
	float: left;
	padding: 0px 0px 0px 10px;
}
/* END width and height of nested table */

a.bulletnumLink, a.bulletnumLink:visited {
	text-decoration: none;
	color: #3297B9;
	font-size: 1em
}

a.bulletnumLink:hover, a.bulletnumLink:active {
	text-decoration: none;
	color: #FF6600;
}