html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	background-color:#800000;
	color: #ffffff;
}
div{
	border:0px solid #0000ff;
}
p{
	text-indent: 0em;
	text-align: justify;
	margin-top:0px;
	margin-bottom:5px;
}
ul{
	list-style-position: outside;
	list-style-type: square;
	margin-top: 0em;
	margin-bottom: 0em;
}
a{
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
}
a .txtnormal{
	font-weight:normal;
	font-size:11px;
}

a:visited{
	color: #ffffff;
}
a:hover{
	color: #ffc000;
	text-decoration:underline;
}
a.linkactive{
	border-top:1px solid #ffc000;
	border-bottom:1px solid #ffc000;
	text-decoration: none;
}
a.red{
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a.red:hover{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.reda{
	font-weight: normal;
	color: #800000;
	text-decoration: underline;
}

a.reda:hover{
	font-weight: normal;
	color: #800000;
	text-decoration: none;
}

img{
	border:none;
}
h1 {
	color:#D13954;
}

