/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
#logo{float:left;background-image:url(boma-via1.jpg);width:800px; height:140px; background-color:green; background-repeat:no-repeat;}
/*#topheader{float:right; width:526px; height:97px; background-color:#F0F0F0; position:relative}
#toplinks{position:absolute; right:10px; top:10px;}

#menu{float:right; width:800px; height:32px; background-image:url(tlo.jpg); background-repeat:repeat-x;}
 */
#menu{width:800px;
      height:32px;
      background-image:url(tlo_menu1.jpg);
      background-repeat:repeat-x;
      font-size:12px;
      font-family:arial;

}
ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	height:32px;
}

ul li {
	float: left;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	width: 158px;
	text-align: center;
	background-color: #518AB3;
        background: #000 url("tlo_menu1.jpg") repeat-x center;

	color: #fff;
	border: 1px outset #666;
	padding: 8px 0px 7px;
	font-weight: bold;
}

ul a:hover {
	border-style: inset;
	padding: 8px 0px 7px;
	background-color: silver;
        background: #000 url("tlo_menu2.jpg") repeat-x center;

        }



 
/*#submenu{float:right; width:526px; height:32px; background-image:url(bg_submenu.gif); background-position:top; background-repeat:repeat-x;}*/
#contenttext{float:right; width:426px;}
#contenttext1{float:right; width:800px; }
#contenttext2{float:right; width:800px; }
.lista {list-style:disc; color:red;}
#leftpanel{float:left; width:374px;}
#footer{float:left; width:800px; background-color:#F0F0F0; margin-top:100px; padding:10px;}

/*GRAY PANEL*/
.graypanel{
	border:solid 0px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}

/*TEXT STYLES*/

.obr{ background-color:#fff;
}
.bodytext {
	font: 0.9em Arial, Tahoma, sans-serif;
	color: #333;
	background-color:#fff;
}
.bodytext1 {
	font: 0.9em Arial, Tahoma, sans-serif;
	color: #333;
	
	
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
} /*
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}    */
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}

.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
/*
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}*/
