body, html {
    padding:0;
    margin: 0 auto;
}

body, p, div, input, select {
    font-family: 'Lucida Sans', Arial, sans-serif;
    font-size: 11px;
}


a {
    text-decoration:underline;
    color:#2E3192;
}

a:hover {
    text-decoration:underline;
}


img {
    border: 0;
}

p{
    padding:0;
    margin: 2px 0;
}

#content {
    margin: 0 auto;
    width:728px;

}

#entry , #entry_selected {
    height:17px;
    padding-left:10px;
    color:#2E3192;
    border-bottom:1px solid white;
    padding-top:2px;
    width:139px;
    cursor:pointer;
}

#entry {
    background-image:url(/euymast/images/cat_bg_unselected.png);
}

#entry_selected {
    background-image:url(/euymast/images/cat_bg_selected.png);
}

#entry a, #entry_selected a {
    text-decoration:none;    
}

#entry a {
    color:#2E3192;
}

#entry_selected a {
    color:black;
}

#main {
    margin-left:8px;
}

#main #list{
    padding-top:7px;

}

#main #list_title{
    margin-top:3px;

}

#main #list_title a{
    color:#333366;
    text-decoration:none;
}

#main #list_title a:hover{
    text-decoration:underline;
}

#main #list_summary{
    color:#666666;
    border-bottom: 1px solid #ccc;
    padding-bottom:3px;
}

#main #title {
    background-image:url(/euymast/images/barra_titulo.png);
    width:553px;
    height:29px;
    color:white;
    font-size:20px;
    padding-left:12px;
    padding-top:6px;
}

#main #summary{
    margin:10px 0;
    color:#666666;
}

#main #text {
    padding-left:13px;
    width:550px;
    line-height:140%;
}

#main #text p{
    padding-top:5px;
}

#main #text .titulo {
    font-weight:bold;
    color:#333366;
    border-bottom:1px solid #333366;
    margin-top:10px;
}

#main #text .titleTable {
    font-weight:normal;
    color:#333366;
    border-bottom:1px solid #999;
    padding-top:10px;
}

#main #text .titleName {
    color:#333366;
}

#main #text .label {
    color:#666;
}

#main #text hr {
    color: #ccc;
    height:1px;
    background-color:#ccc;
    border:none;
    margin-bottom:0px;
}

#main #text .subtitle {
    font-weight:bold;
    color:#666666;
    margin-top:10px;
}

#main #text table {
    margin-top:5px;
}

#main #text td.line{
    border-top:1px solid #999;
    padding-top:10px;
}

#main #text td{
    vertical-align:top;
    font-size:11px;
    line-height:130%;
}

#main #text td.spacer{
    padding-right:10px;
}

#main #text td.lineSpacer{
    border-top:1px solid #999;
    padding-right:10px;
    padding-top:10px;
}

#main #text td.lineP{
    border-top:1px dotted #999;
    padding-top:3px;
}

#bottom, #bottom div {
    color:#2E3192;
    font-size:9px;
}

#bottom a{
    color:#2E3192;
    font-size:9px;
}

h1 {
    color:#2E3192;
    font-size:13px;
}

ol, ul {
    margin:0;
    padding:10px 0;
    line-height:140%;
}

ul {
    padding-left:15px;
}

ol {
    font-weight:bold;
    color:#2E3192;
    padding-left:18px;
}

li {
    line-height:170%;    
}

ul li{
    padding-bottom:7px;
}

