/* CSS Document */

.met-pre {
    font-family: Courier New;
    font-size: 13px;
    text-transform: uppercase;
}

.met-pre-detalhes {
    font-family: Courier New;
    font-size: 12px;
    text-transform: uppercase;
}

.t1 {
    color: #006;
    background-color: #FFFFD9;
}

.t2 {
    color: #006;
    background-color: #FFFFEF;
}

.t3 {
    color: #006;
    background-color: #FFC;
}


.met-table {
    width: 200px;
    border: 1px dashed #CCC;
	padding: 7px;
    background-color: #FFC;
}

.met-border {
    border: 1px dashed #CCC;
    padding: 5px;
    font-family: Arial;
    font-size: 11px;
}

.met-h1 {
    margin-top: 10px;	
    font-family: Arial;	
    font-weight: bold;
    font-size: 18px;
}

.met-h3 {
    font-family: Arial;	
    font-size: 10px;
}


.met-header {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
	width: 100%;
    background-color: #fff;
}

.met-top {
	margin-top: 100px;
}
