@import url("menu.css");

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #939182;
	text-decoration: underline;
}
a:link {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #939182;
	text-decoration: underline;
}
a:hover {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #00016B;
	text-decoration: underline;
}
a:active {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #939182;
	text-decoration: underline;
}
.bottom {
	background-color: #E0DCC3;
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #00016B;
}
.listado {
	background-image: url(images/skin_r3_c1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.conteudos {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #939182;
}
.conteudos a {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #939182;
	text-decoration: underline;
}
.conteudos a:link {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #939182;
	text-decoration: underline;
}
.conteudos a:hover {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #00016B;
	text-decoration: underline;
}
.conteudos a:active {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #939182;
	text-decoration: underline;
}
.titulo1 {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #939182;
}
.titulo2 {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #00016B;
}
.tblMain 
{
	border: solid 1px #939182;
}

tr.mytrclass {
  cursor: pointer;
}

tr.mytrclass:hover 
{
  background-color: #333333;
}

.linkTitle a {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #939182;
	text-decoration: none;
}

.linkTitle a:link {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #939182;
	text-decoration: none;
}

.linkTitle a:hover {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #00016B;
	text-decoration: none;
}

.linkTitle a:active {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #939182;
	text-decoration: none;
}