body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0 auto 0 auto;
}

.bodytable 	{ 
margin:0 0 0 20px;
width:920px;

}
a:link {color:#000;}      /* unvisited link */
a:visited {color:#000;}  /* visited link */
a:hover {color:#000;}  /* mouse over link */
a:active {color:#000;}  /* selected link */

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h2	{
	margin-bottom:0;
	font-size:13px;
	font-weight:bold;
}
img	{
	border:0;
	/*display:block;*/
}
.img_right 	{
	float:right;
	margin:0 10px 0 20px;/*0 0 100px 0*/
	}
.texthighlight {
	color:#3c0;
	font-weight:bold;
}
/* Lists - Begin*/
li	{
	margin:0 0 6px 8px;
	line-height:normal;
	}

ol li	{
	background:none;
	}
.green_strong	{
	color:#3c0;/*093*/
	font-weight:bold;
	}
