/* EB CONSULT basic stylesheet  */

html, body, h1, h2, h3, h4, h5, h6, p, div, img, ul, ol, li, dl, table, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: center;
}

a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1 {
    color: #F06400;
    font-size: 18px;
    margin-bottom: 10px;
}
h2 {
    color: #F06400;
    font-size: 14px;
    margin-bottom: 10px;
}

h3 {
    color: #F06400;
    font-size: 14px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 10px;
    clear: both;
	font-size: 14px;
}
td, th {
    vertical-align: top;
}
p img {
    margin: 0 10px 10px 0;
}
