@charset "utf-8";
/* CSS Document */
p, div p{
	font-size:12px;
	line-height:140%;
	color:#fff;
	}

a:link, a:visited{
	text-decoration:none;
	color:#f699f0;
	
	}

a:hover{
	text-decoration:underline;
	color:#fff100;
	}

.to_left{
	float:left;
	}


.to_right{
	float:right;
	}

.cntr{
	text-align:center;
	}






/*colors*/

.ylw{
	color:#fff100;
	}

.ylwB{
	color:#fff100;
	font-weight:bold;
	}

.pnk{
	color:#ee00bd;
	}

.pnkB{
	color:#ee00bd;
	font-weight:bold;
	}

.red{
	color:#ff1000;
	}
	
.redB{
	color:#ff1000;
	font-weight:bold;
	}

/* clearing */

/* For modern browsers */
.cf:before,
.cf:after {
  content:"";
  display:table;
}
 
.cf:after {
clear:both;
}
 
/* For IE 6/7 (triggers hasLayout) */
.cf {
  *zoom:1;
}

.clear{  
    clear: both;  
    height: 0;  
    visibility: hidden;  
    display: block;  
}
