body {
	background-color: rgb(161, 198, 255);
	color: rgb(40,49,64);
}

a {
}

a.invisible {
	font-size:3px;
	color: rgb(0,0,0);
}

a.invisible:active {
	font-size:3px;
        color: rgb(198,255,160);
}

a.invisible:link {
	font-size:3px;
        color: rgb(198,255,160);
}

a.invisible:visited {
	font-size:3px;
        color: rgb(198,255,160);
}

a:active {
	text-decoration:none;
} 

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

div.top_pannel{
    background-color: rgb(198,255,160);
}

div.all{
}

div.Pannel{
    background-color: rgb(198,255,160);
}

div.verticalPannel{
    position:relative;
    background-color: rgb(198,255,160);
}

div.verticalPannelBlack{
    position:relative;
    background-color: rgb(0,0,0);
    color: rgb(220,220,220);
}

div.bothPannel{
    position:relative;
    top:5px;
    left:5px;
    background-color: rgb(198,255,160);
}

div.left_pannel{

}

div.bottom_pannel{

}


div.main{
    left:5px;
    position:relative;
}

div.separator{
    height:5px;
}

div.bl {background: url("../img/c4.png") 0 100% no-repeat }
div.br {background: url("../img/c3.png") 100% 100% no-repeat}
div.tl {background: url("../img/c1.png") 0 0 no-repeat}
div.tr {background: url("../img/c2.png") 100% 0 no-repeat;padding:10px;}

div.bbl {background: url("../img/bc4.png") 0 100% no-repeat }
div.bbr {background: url("../img/bc3.png") 100% 100% no-repeat}
div.btl {background: url("../img/bc1.png") 0 0 no-repeat}
div.btr {background: url("../img/bc2.png") 100% 0 no-repeat;padding:10px;}

