body {
background-color: #fff;
}
html {
	font: normal 13px / 1.45em "Trebuchet MS", sans-serif;
    color: #000000;
}

#wrapper {
	width: 630px;
}
#wrapper img {
	margin-bottom: 20px;
	width: 200px;
	height: 47px;
}
html, body, td, p {
    font: normal 13px / 1.45em "Trebuchet MS", sans-serif;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    color: #00448D;
    margin-top: 20px;
}
h1 {
font-size: 18px;
}
h2, h3, h4, h5, h6 {
font-size: 15px;
}

/* ----------------------- Table.tables ------------------------------------ */

table.tables {
    border: 0;
    margin: 10px 0;
	padding: 0;
    width: 630px;
	text-align: left;
	border-collapse: collapse;
}


.tables col {
    color: #fff;
    font-size: 13px;
}
.tables td {
	padding: 4px 10px 4px 10px;
}

.tables col.company {
    width: 30%;
    background:  #fff;
    color: #fff;   
}

.tables col.product {
    width: 30%; 
    background:  #fff;
}

.tables col.phase {
    width: 10%;
    background:  #fff;	
}


.tables col.indication {
    width: 30%; 
    background:  #fff;	
}

.tables thead td {
    color: #000000;
    background: #fff;
    height: 30px;
	/*background-color: #b9d0e7;*/
	font-weight: bold;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	text-transform: capitalize;	

}

.tables tbody tr td {
	vertical-align: top;
	border-bottom: 1px solid #bdd0de;
	color: #333333 !important;
	line-height: 1.35em;
}

