html, body
{
	padding: 0px;
	margin: 0px;
	background-color: Transparent;
	background-image: none;
}

html, body, table, tr ,td, p, span
{
	font-family: Arial, sans-serif;
    font-size: 10px;
    color: #626264;
}

input, textarea, select, option
{
	font-family: Arial, sans-serif;
    font-size: 10px;
    color: #626264;
}

.header0, .header1, .menu0, .menu1, .menu2, .content0shadowb, .content0shadowr, .content1shadowr
{
    display: none;
}

.mbioteclogo
{
    display: none;
}

.mbioteclogoprint
{
    margin-bottom: 20px;
}

a
{
    text-decoration: none;
    font-weight: bold;
    outline: none;
    border: none;
    color: #043881;
}

a img
{
    border-style: none;
}


h1
{
     color: #3b93ca;
     margin: 0px 0px 10px 0px;
     padding: 0px;
     border-bottom: solid 1px #c5c7c8;
     font-size: 14px;
     font-weight: bold;
}

h2
{
     color: #3b93ca;
     margin: 0px 0px 5px 0px;
     padding: 0px;
     font-size: 14px;
     font-weight: bold;
}

h3
{
     margin: 0px 0px 10px 0px;
     padding: 0px;
     border-bottom: solid 1px #c5c7c8;
     font-size: 14px;
     font-weight: bold;
}

h4
{
     color: #3b93ca;
     margin: 0px 0px 10px 0px;
     padding: 0px;
     font-size: 12px;
     font-weight: normal;
}

p
{
    font-size: 12px;
}

ul
{
    list-style-type: none;
    margin: 0px;
    padding-left: 3em;
    font-size: 12px;
}

li
{
    margin: 0px 0px 10px 0px;
    text-indent: -3em;
}

.table1, .table2
{
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #043881;
    table-layout: auto;
    empty-cells: show;
}

.table1 thead th, .table2 thead th
{
    border: solid 1px #043881;
    color: #000000;
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 3px 5px 3px;
}

.table2 thead td
{
    border: solid 1px #043881;
    color: #000000;
    text-align: left;
    font-size: 1.1em;
    padding: 5px 3px 5px 3px;
}

.table1 tbody td, .table2 tbody td
{
    border: solid 1px #043881;
    color: #000000;
    padding: 3px;
    padding: 5px 3px 5px 3px;
}

.table2 tbody td
{
    vertical-align: top;
}


