/* CSS Document test*/
body{
background:#003366;
background-image:url(../img/backnew.jpg);
/*background-position:center;*/
/*background-repeat:repeat;*/
background-position:top;
	font:Verdana;
	font-size:12px;
	color:#003366;
	font-family: Arial, Helvetica, sans-serif;
}
.scrollable{
	position:absolute;
	left:22%;
	width: 800px;
	top: 0%; /*2% other style */
background:url(../img/fondtransparent.png);
/*background:url(../img/bgcentre.png);*/
/*background-repeat:no-repeat;*/
background-repeat:repeat;
background-position:top;
border:#000000;
border-width:0px;
border-style:solid;
	height:auto; /*96% other style */
	overflow:inherit;
	visibility:inherit;
}
.notScrollable{
	position:absolute;
	left:25%;
	width: 600px;
	top: 0%; /*2% other style */
background:url(../img/fondtransparent.png);
/*background:url(../img/bgcentre.png);*/
/*background-repeat:no-repeat;*/
background-repeat:repeat;
background-position:top;
border:#000000;
border-width:0px;
border-style:solid;
	height:100%; /*96% other style */
	overflow:hidden;
	visibility:inherit;
}
.IndexMainLayerStyle{
	position:absolute;
	left:25%;
	width: 600px;
	top: 0%; /*2% other style */
	height:100%; /*96% other style */
	overflow:hidden;
	visibility:inherit;
background:url(../img/bonnyb.jpg);
background-repeat:no-repeat;
background-position:bottom;
background-color:#FFFFFF;
border:#000000;
border-width:0px;
border-style:solid;
}
.LogoLayerStyle{
	position:absolute;
	right:5%;
	width: 236px;
	top: 0%; /*121px*/
	height: 100px;
	overflow: visible;
	visibility: inherit;
border:#000000;
border-width:0px;
border-style:solid;
}
.LeftLayerStyle2{
	position:absolute;
	right:5%;
	width: 236px;
	/*top: 40%;*/ /*339px*/
	bottom:10%;
	height:auto;
	overflow: visible;
	visibility: inherit;
background:url(../img/fondtransparent.png);
background-repeat:repeat;
border:#000000;
border-width:0px;
border-style:solid;
}

table{
	background:url(../img/fondtransparent.png);
}
table table{
border:#333366;
border-width:1px;
border-style:dashed;
}
table tr{

}
.tableTransparente{
background:transparent;
border-width:0px;
}
.menu{
font-size:12px;
	color:#000000;	
}
a:active {
	color: #FFFFFF;
	background-color: #003366;
	

}a:link {
	color: #CC3300;
	text-decoration:none;
}
a:hover {
	text-decoration: underline overline;
	background-color: #003366;
	color:#FFFFFF;
}
a:visited {
	color: #CC3300;
	text-decoration:none;
}
.imgMini {
border:2px;
border-color:#333366;
border-style:dashed;
}

