/* CSS Document */
* {
    font-family: Arial;
    /*color: #4B4B4B;*/
}
td,p {
	font-size: 12px;
}
h1{
	font-size: 16px;
	font-weight: bold;
	color: #D9191E;
        padding: 0;
        margin: 0;
}

h2{
	font-size: 12px;
	font-weight: bold;
	color: #D9191E;
}
h3{
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
h4{
	font-size: 12px;
	font-weight: normal;
	color: #760000;
}
h5{
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
ul {
    list-style: square;
    padding-left: 1.5em;
    margin-left: 0;
}
li {
    margin: 0;
    padding: 0;
}
.content {
 	padding-top: 40px;
 	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.content2 {
 	padding-top: 40px;
 	padding-bottom: 20px;
	padding-left: 20px;
}
a {
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #4B4B4B;
	}
a.navilink {
	font-size: 12px;
	font-weight: bold;
	color: #3D2822;
	padding-left: 20px;
	padding-right: 14px;
	text-transform: uppercase;
	text-decoration:none;
	}
a.navilink:hover { 
	color: #D9191E;
	}
a.activo {
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 14px;
	text-transform: uppercase;
	text-decoration:none;
	color: #D9191E;
	}
a.footerlink {
	font-size: 11px;
	font-weight: bold;
	color: #959595;
	padding-left: 20px;
	text-transform: uppercase;
	text-decoration:none;
	}
.navifunc {
	font-size: 11px;
	font-weight: bold;
	color: #3D2822;
	text-transform: uppercase;
	}
.abstract{
	background-color:#FFF6E2;
	display:block;
	padding: 5px
}
.liste {
	line-height: 18px;
	padding-bottom: 5px;
}
.stripe {
	/*border-bottom: 1px solid #4B4B4B;
	color: #760000;*/
	padding-bottom: 5px;
	padding-right: 20px; 
	}
.tabelhl {
	border-bottom: 1px solid #4B4B4B;
	color: #760000;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	}
.inputtext {
	text-decoration: none;
	background-color: #CCC;
	width: 65px;
	height: 18px;
	font-weight: normal;
}
.noactivL {
	padding-right: 15px;
	padding-left: 4px;
	color: #3D2822;
	font-size: 11px;
	vertical-align:top;
}
.activL {
	padding-right: 15px;
	padding-left: 4px;
	color: #D9191E;
	font-size: 11px;
	vertical-align:top;
}

