
body {
	margin-top: 10px;
	background-color: #3B5F6E;
	font-family:Verdana;
}

a {
	font-size: 12px;
	font-family:Verdana;
	color: #FFFFFF;
	
}
.style10 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.style12 {
	color: #FFFFFF;
	font-weight: bold;
}
.style13 {color: #000000}
.style17 {color: #999999}


.style63 {color: #FFFFFF}
.style64 {color: #A5928C}
.style65 {color: #666666}

.border1 {
	border: 1px solid #766720;
	background-image: url('images/bg.png');
}
.style67 {color: #663300}

.content		{font-family:Verdana;font-size:12px;color:#A08C2F;color:#A08C2F;}
.contentSmall	{font-family:Verdana;font-size:10px;color:#A08C2F;color:#A08C2F;font-weight:normal;}
.contentSmall2	{font-family:Verdana;font-size:10px;color:#FFFFFF;color:#FFFFFF;font-weight:normal;}

a.nav:link {color: white; text-decoration: none; font-weight:600;}
a.nav:visited {color: white; text-decoration: none; font-weight:600;}
a.nav:hover {color: green; text-decoration: none; font-weight:600;}
a.nav:active {color: red; }

a.nav2:link {color: white; text-decoration: none;}
a.nav2:visited {color: white; text-decoration: none;}
a.nav2:hover {color: green; text-decoration: underline;}
a.nav2:active {color: green; }

a.nav3:link {color: #FFFFFF; text-decoration: none; font-size:10px;}
a.nav3:visited {color: #FFFFFF; text-decoration: none; font-size:10px;}
a.nav3:hover {color: #666666; text-decoration: none; font-size:10px;}
a.nav3:active {color: #666666; }

img{ border: 0pt; }

#bottom_div{
width: 800px;
height: 150px;
background-color: #b9d1ea;
clear:both;
}

#vista_toolbar {
float:left;
font:normal 12px 'Trebuchet MS','Arial';
margin:0;
padding:0;
}

#vista_toolbar ul {
background-image:url(images/back.gif);
background-repeat:repeat-x;
float:left;
line-height:32px;
list-style:none;
margin:0;
padding:0 0px 0 0px;
width:800px;
}

#vista_toolbar li {
display:inline;
padding:0;
}

#vista_toolbar a {
color:#FFF; /* need because it will use default link color */
float:left;
padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
text-decoration:none;
}

#vista_toolbar a span {
display:block;
float:none;
padding:0 30px 0 20px;
}

#vista_toolbar a span img {
border:none;
margin:8px 4px 0 0;
}

/* show picture when mouse over link */
#vista_toolbar a:hover{
background: url(images/left.png) no-repeat left center;
}

#vista_toolbar a:hover span {
background:url(images/right.png) no-repeat right center;
}

#vista_toolbar a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}

