/* CSS Document 

p, li { font-size: 11px; color: #686868;}
p.leader, h2, h3 { color: #009CBF; font-size: 1.8em; font-weight:bold; }
a { text-decoration: none; color: #62BC46; }
a:hover { text-decoration: underline; }
hr { height: 1px; color: #CBCBCB; background-color: #CBCBCB; }
*/

img.subbox_imgright{
	float:right;
	margin:10px 20px 0px 10px;
}

img.subbox_imgleft{
	float:left;
	margin:10px 10px 0px 20px;
}

img.move_imgleft{
	float:left;
	padding:10px 10px 10px 0px;
}

img.move_imgright{
	float:right;
	padding:10px 0px 10px 10px;
}

p.address{
	margin-top:1px;
	margin-bottom:1px;
}
/* hack for the line-height for ie6 + ie7, FF ignores it and remains at 1.2em */
*+html body p.sup_script{line-height:1.3em;}
/* for ie6 */
* html body p.sup_script{line-height:1.3em;}
.tablewidth_100px{
	width:100px;
}

.tablewidth_200px{
	width:200px;
}

.tablewidth_300px{
	width:300px;
}

