a:link
{
	color: #003c72;
	text-decoration: underline;
}
a:visited
{
	color: #003c72;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #98bf00;
}
img
{
	border: none;
}
form
{
	padding:0;
	margin:0;
}
h1,h2,h3,h4
{
	font-weight:normal;
}
h1
{
	margin-top:5px;
	font-size:24px;
	color: #98bf00;
	background: url('./img/ico_blue.png') no-repeat left;
	padding: 2px 0 0 25px;
}
h2
{
	color: #003c72;
	margin:5px 0 10px 0;
	font-size:18px;
}
h3
{
	color: #003c72;
	margin:3px 0 0 0;
	font-size:12px;
	font-weight: bold;
}
h4
{
	color: #003c72;
	margin:2px 0 1px 0;
	font-size:12px;
}
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;
}
p
{
	margin: 10px 0;
}
.annotation
{
	padding: 1px 15px 0 15px;
	border: 1px solid #c7e6f2;
	font-style:italic;
	background: #b6e3f4;
	margin-top: 20px;
	font-weight: bold;
}
.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;
}

