body {
    background: #000000 url(images/background.jpg) center top repeat-x fixed;
	font-family:"Times New Roman",Times,serif;
	font-size:small;
	margin:0pt;
	padding:0pt;
}
td.cont {
    background: url(images/cont-back.jpg) center top;
	width:492px;
	color:#000000;
	font-family:Arial;
	font-size:11px;
	padding: 10px 10px 10px 10px;
}

td.barra {
    background: url(images/barra.png) center top;
	width:815px;
	color:#000000;
	height:20px;
	line-height:150%;
	font-family:Arial;
	font-size:11px;

}

td {
	font-family:Arial;
	font-size:11px;

}
.cont {
	color:#000000;
	font-family:Arial;
	font-size:12px;
}
.titulo {
	color:#63001a;
	font-family:trebuchet ms;
	font-size:20px;
	font-weight: bold;
}
a:link.barra,a:active.barra,a:visited.barra {
	color:#FFF;
	font-family:Arial;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
}
a:hover.barra {
	color:#666666;
	font-family:Arial;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
}

a:link.menu,a:active.menu,a:visited.menu {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
}
a:hover.menu {
	color:#666666;
	font-family:Arial;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
}
a:link,a:active,a:visited {
	color:#333333;
	font-family:Arial;
	font-size:12px;
	font-weight: bold;
	text-decoration:underline;
}
a:hover {
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}
td.menu {
	background: url(images/menu.jpg) center top;
	width:116px;
	height:22px;
}
td.copy {
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
}
a:link.copy,a:active.copy,a:visited.copy {
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
}
a:hover.copy {
	color:#e8e9e7;
	font-family:Arial;
	font-size:11px;
	font-weight: bold;
	text-decoration:underline;
}
/*
* ------------------------------------------------------------------------
* InvisionMojo.com Tutorial: Javascript Dropdowns!
* ------------------------------------------------------------------------
*/

#dropmenudiv{
position:absolute;
border: 1px solid #000000;
font-family: verdana, sans-serif;
font-size: 10px;
line-height:21px;
z-index:100;
text-align: left;
margin: 9px 0 0 0;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#101010,direction=36,strength=3);
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 13px;
}

#dropmenudiv a:link,
#dropmenudiv a:active,
#dropmenudiv a:visited {
background: url(images/nav_m_dark.gif) no-repeat;
background-position: 1% 50%;
}

#dropmenudiv a:hover{ /*hover background color*/
background: #d0dcaa url(images/nav_m_dark.gif) no-repeat;
background-position: 1% 50%;
}