/*-----------------------------------------------------
STYLE
-------------------------------------------------------*/
.iepngfix {  
    behavior: expression(IEPNGFIX.fix(this));}

table, td {
	font-size: inherit;
	font-weight: normal;
	margin: 0;
	padding: 0; }

td {
	vertical-align: top; }

a:link  {
	color: #333;
	text-decoration: none;
	background-color: inherit }

a:visited {
	color: #333;
	text-decoration: none;
	background-color: inherit }

a:hover  {
	color: #d90000;
	text-decoration: underline;
	background-color: inherit }

a:active {
	color: #d90000;
	text-decoration: underline;
	background-color: inherit }

a:focus {
	outline: none; }

.link_txt {
	background: url(../images/link_icon.gif) no-repeat 0 50%;
	padding-left: 12px; }

.img_r {
	float: right;
	margin-bottom: 4px;
	margin-left: 16px; }

.img_l {
	float: left;
	margin-right: 16px;
	margin-bottom: 4px; }

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }

.cf {
	display: inline-block; }

/* Hides from IE-mac \*/
* html.cf {
	height: 1%;}
 
.cf {
	display: block;}
/* End hide from IE-mac */
.caution {
	color: #b46bb1; }

/*-----------------------------------------------------
MARGIN,PADDING
-------------------------------------------------------*/
.PR20 {
	padding-right: 20px; }

.PL20 {
	padding-left: 20px; }