/* CSS Document */


/* =============== Base =============== */

ul,li {
list-style:none;
margin:0;
padding:0;
}
.centre {
text-align:center;
}
.clear {
clear:both;
}
.clearR {
clear:right;
}
.clearL {
clear:left;
}
.clear,
.clearL,
.clearR {
overflow:hidden;
}
.clearfix {
	width: 100%;
}

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


	/* :::::: Margin :::::: */
	
	.sepalator {
	text-align:center;
	margin:30px auto;
	}
	
	.mrMT {
	margin-top:12px;
	}
	.mrMTB {
	margin-top:12px;
	margin-bottom:12px;
	}
	.mrLT {
	margin-top:30px;
	}
	.mrXLT {
	margin-top:50px;
	}
	.mrXSB {
	margin-bottom:3px;
	}
	.mrSB {
	margin-bottom:5px;
	}
	.mrMB {
	margin-bottom:12px;
	}
	.mrLB {
	margin-bottom:30px;
	}
	.mrXLB {
	margin-bottom:50px;
	}
	.mrLTB {
	margin-bottom:30px;
	margin-top:30px;
	}
	.mrSTSB {
	margin-bottom:5px;
	margin-top:5px;
	}
	.mrMTSB {
	margin-bottom:5px;
	margin-top:12px;
	}
	.mrLTSB {
	margin-bottom:5px;
	margin-top:30px;
	}
	.mrLTMB {
	margin-bottom:12px;
	margin-top:30px;
	}


/* =============== TEXT =============== */

	
.maintext{
    font-size:12px;
	line-height:1.6em;
	color:#CAC9CB;
    margin: 28px 35px 25px 45px;}	

	.pink {
color:#FB8ADF;
	}


/* =============== Link =============== */



A:link, A:visited{
	color : #851B66;
	text-decoration : underline;
}

A:active{
	color : #D959C2;
	text-decoration : underline;
}

A:hover{
	color : #851B66;
	text-decoration : none;
}


/* =============== Linkmain =============== */



A.main:link,A.main:visited{
	color : #ffffff;
	text-decoration : underline;
}


A.main:active{
	color : #ffffff;
	text-decoration : underline;
}

A.main:hover{
	color : #ffffff;
	text-decoration : none;
}


/* =============== left menu =============== 

    DIV.leftmenu{
	font-size:10px;
	color : #CAC9CB;
	height:13px;
	width:152px;
	background : url(/_images/common/left_back_02.gif);

	}
	
    DIV.leftmenu A{
	font-size:10px;
	color : #CAC9CB;
	text-decoration : none;
	background : url(/_images/common/left_menu_back.gif);
    }*/
	
	
/* =============== Top News =============== */

	.news{
    font-size:10px;
	line-height:14px;
	color:#CAC9CB;
    margin: 4px 35px 0px 40px;
	}	
	.news A:link,
	.news A:visited{
	color : #D959C2;
	text-decoration : underline;
	}
	.news A:active{
	color : #D959C2;
	text-decoration : underline;
	}
	.news A:hover{
	color : #851B66;
	text-decoration : none;
	}



/* =============== Footer =============== */
	
	.txtFooter {
	font-size:10px;
	color:#cccccc;
	margin:5px 0;
	}
	.footer_bannertxt {
	font-size:10px;
	margin:0 0 0 12px;
	}
	.footer_bannertxt a {
	color:#999999;
	text-decoration:none;
	}
	
	
	

	
