body {
    font-size: 10pt;
    font-family: Verdana, Arial, Times;
    color: #333333;
	margin-top: 0;
 }


h1 {
    font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Times;
	color: #24456E;
 }

h2 {
    font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Times;
	color: #24456E;
 }
 
h3 {
    font-size: 12pt;
	font-weight: bold;
	font-family: Verdana, Arial, Times;
	color: #7C040B;
 }	
 
h4 {
    font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Arial, Times;
	color: #24456E;
 }

a {
font-size: 10pt;
font-family: Verdana, Arial, Times;
text-decoration:underline;
color: #24456E}
a:visited {
color: #24456E}
a:hover {
text-decoration:underline;
color: #7C040B}
a:active {
color: #7C040B}

/*SIDE MENU*/
#menuPDP ul {
margin-top:5px;

}
#menuPDP ul li {
	margin-left:-10px;
	margin-top:1.5em;
	list-style: square;
	color:#7C040B;
}
#menuPDP ul li a{
	text-decoration:none;
	font-weight:bold;
	display: inline;
}
#menuPDP ul li a:hover{
	text-decoration:underline;
}

/*TOP MENU*/
#mMenu {
	width:100%;
}
#mMenu td {
	width:20%;
	text-align:center;
	
}
#mMenu a{
	text-decoration:none;
	display:block;
	color:#fff;
	font-weight:bold;
	padding:2px;
}
#mMenu a:hover{
	background:#7C040B;
}

