/* CSS Document */

h1 {
color : #da6c00;
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
font-size : 16px;
text-decoration : none;
padding: 0;
margin: 0;
padding-bottom:6px;
}

h2{
font-size:10px;
color : #da6c00;
font-weight:bold;
text-decoration : none;
padding: 0;
margin: 0;
padding-bottom:0px;
}

h3{
font-size:10px;
font-weight:bold;
color : #da6c00;
text-decoration : none;
padding: 0;
margin: 0;
padding-bottom:0px;
}


.menu{
font-weight: bold;
color: #FFFFFF;
}

.menu_active{
font-weight: bold;
color: #ff7e00;
text-decoration:none;
}

A.menu{
font-weight: bold;
}

A.menu:HOVER{
font-weight: bold;
color: #ffcfa0;
}


.submenu{
color: #da6c00;
}

.submenu_active{
font-weight: bold;
color: #000000;
text-decoration:none;
}

A.submenu{
font-weight: bold;
color: #da6c00;
}

.submenu:HOVER{
font-weight: bold;
}


.breadcrums{
color: #FFFFFF;
font-weight:normal;
}

A.breadcrums:HOVER{
color: #ffcfa0;
font-weight:normal;
}

.small{
font-size:10px;
}

P{
margin-top: 0pt;
}