@charset "utf-8";
/* CSS Document */


body, td, div, h1, h2, h3, h4, h5, h6, p {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003d84;
}

body{
	padding: 0;
	margin: 0;
	background-color: #a8c1e3;
}


body, td{
	font-size: 12px;
}

p{
	padding: 0 0 5px 0;
	margin: 0;
	text-align: justify;
}

ul{
	margin: 0 0 5px 30px;
}

ol{
	margin: 0 0 5px 30px;
}

form{
	margin-top: 0;
	margin-bottom: 0;
}

a img{
	border: none;
}

a{
	color: #0095ea;
	font-weight:normal;
	text-decoration:none;
}

a:hover{
	color: #0095ea;
	font-weight:normal;
	text-decoration:underline;
}

td.mainmenu a{
	color: #0095ea;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
}

td.mainmenu a:hover{
	color: #0095ea;
	font-weight:normal;
	text-decoration:underline;
	font-size:14px;
}

h3{
	display:inline;
}

div.news a{
	color: #acc0c7;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
}

div.news a:hover{
	color: #acc0c7;
	font-weight:normal;
	text-decoration:underline;
	font-size:12px;
}

div.news td.date{
	color: #acc0c7;
	font-size:12px;
}

div.show {
        visibility: hidden;
        display: none;
}


