body {
    margin: 0;
    padding: 0;
    color: #272727;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a {
    color: #035781;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clear,
.clear-fix {
    clear: both;
}

a img {
    border: 0;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h1 {
    color: #f33817;
    font-size: 24px;
    font-weight: normal;
}

body.expert h1 {
    margin-bottom: 15px;
}

h3 {
    padding: 10px 0;
    margin: 0 0 10px 0;
    background: url(border-double.png) bottom left repeat-x;
}

body.home h3 {
    font-size: 14px;
    text-transform: uppercase;
}

h3.smaller {
    font-size: 12px;
    text-transform: uppercase;
}

h3.experts-title {
    font-size: 12px;
    text-transform: uppercase;
}

h4 {
    color: #f23914;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #e5e1d6;
    margin: 10px 0;
}

p {
    line-height: 150%;
    padding: 10px 0;
	font-size: 14px;
}

p a {
	font-weight: bold;
}
