 body
{
    font-family: Arial, Helvetica, sans-serif;
    padding:0;
    margin:0;
    color:#333333;
    background: #fff;
}

a:link{ color: #003c72; text-decoration: underline; }
a:visited { color: #98bf00; text-decoration: underline; } 
a:hover, a:active { color: #98bf00; } 
img { border: none; }
h1 { margin-top:5px; font-size:1.74em; color: #98bf00;  padding: 2px 0 0 0; }
h2 { color: #003c72; margin:15px 0 0 0; font-size:1.38em; }
h3 { color: #003c72; margin:3px 0 0 0; font-size:1.23em; font-weight: bold;}
h4 { color: #003c72; margin:2px 0 1px 0; font-size:1em; }
ul
{
    list-style: none;
    padding: 0;
    margin: 10px 0 20px -15px;
}
ul ul
{
  margin-left: 25px;
}
li
{
    background: url('./img/arrow_blue.png') no-repeat left 5px;
    padding: 0 0 0 15px;
    margin: 3px 0 0 0;
    display:block;
    line-height: 1.5em;
}
p
{
    margin: 10px 0;
    line-height: 1.5em;
}
.adv, .annotation
{
    padding: 1px 15px 0 15px;
    border: 1px solid #c7e6f2;
    background: #b6e3f4;
    margin-top: 10px;
    margin-left: -16px;
    position: relative;
}
.adv ul
{
    margin-left: 0;
}
.annotation
{
    font-size: 1.15em;
}
.list_autor
{
	border-top: 1px solid #e0e7ef;
	margin-bottom: 1.5em;
	font-size: 0.8em;
	padding: 2px 5px;
	display: inline;
}
.autor
{
	border-top: 1px solid #e0e7ef;
	margin-bottom: 1.5em;
	font-size: 0.9em;
	padding: 3px 15px;
}
.autor span, .list_autor span
{
	float: right;
}
.listing
{
	font-size: 0.8em;
}
table
{
	border-collapse: collapse;
	margin: 15px 0 5px 0;
	border-color: #1d96d4;
}
tr:hover
{
	background: #eee;
}

th
{
	font-size: 0.9em;
	background: #b6e3f4;
	padding-bottom: 2px;
	border: #1d96d4 1px solid;
}
td
{
	border: #1d96d4 1px solid;
	font-size: 0.9em;
	padding: 3px 3px 3px 15px;
}
hr
{
	color: #d9d9d9;
	height: 1px;
}
a.button
{
	display: block;
	width: 125px;
	height: 20px;
	background: url('./img/banner_button.png') no-repeat;
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 0 0px;
}
a.button2
{
	display: block;
	width: 180px;
	height: 20px;
	background: url('./img/button2.png') no-repeat;
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 0 0px;
}
a:visited.button
{
	color: white;
	text-decoration: none;
}
a:active.button
{
	border: 1px solid #d9d9d9;
}
/*** image styles ***/
.left
{
	float: left;
	margin: 10px 10px 10px 0;
}
.right
{
	float: right;
	margin: 10px 0 10px 10px;
}


