@charset "UTF-8";
/* CSS Document */
* {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

a:link {text-decoration:none;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:none;}   /* mouse over link */
a:active {text-decoration:none;}  /* selected link */

a img{
	border: 0;
	border-style:none;
}

b {
    font-size: 1.1em;
    color: #A70076;
    font-weight: bold;
}

p {
    font-size: 10px;
    text-align: left;
	margin-top: 10px;
}

h1 {
    font-size: 2em;
    font-weight: bold;
    color: #A70076;
}

h4 {
    font-size: 1.2em;
    font-style: italic;
    color: #4D4D4D;
    background-color: #E8E8E8;
}

address {
    font-size: 1.1em;
    font-style: normal;
    margin-left: 20px;
}

h4.subtitular {
    font-size: 1.6em;
    color: #999999;
    font-style: normal;
    background-color: #FFF;
}

address b {
    font-size: 1.2em;
    color: #A70076;
    font-weight: bold;
}