/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:#fff url(images/bg.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.pds{
	width:753px;
	margin:auto;
}
.left{
	width:206px;
	float:left;
}
.right{
	width:535px;
	float:left;
	padding-left:10px;
}
.menu{
	background:url(images/m-tlo.gif) repeat-y;
	padding:5px;
}
.menu a{
	background:url(images/dot.gif) no-repeat center left;
	display:block;
	padding:8px 0px 8px 35px;
	font-size:12px;
	color:#4685C7;
	text-decoration:none;
}
.menu a:hover{
	background:url(images/dot2.gif) no-repeat center left;
	color:#4685C7;
	text-decoration:none;
}
.tresc{
	font-size:11px;
	line-height:14px;
	color:#999999;
}
a{
	color:#006699;
}