h1, h2, h3, h4, h5, h6,
div, p, body, td {
	color: #4c4e55;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Georgia", "Times New Roman", "Times", serif;
}

div, p, body, td {
    font-family: "Myriad Pro", "Trebuchet MS", Helvetica, sans-serif;
}

a:active,
a:hover,
a:link,
a:visited {
	color: #4c4e55;
	text-decoration: none;
    border-bottom: 1px dotted #4c4e55;
}

a:hover {
    border: 0;
	text-decoration: underline;
}

a.menu-link:active,
a.menu-link:hover,
a.menu-link:link,
a.menu-link:visited,
a.img-link:active,
a.img-link:hover,
a.img-link:link,
a.img-link:visited {
    border: none;
    text-decoration: none;
}

a.img-link img {
    vertical-align: middle;
}

div, p, body, td {
	font-size: 10pt;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 155%;
}

h3 {
	font-size: 150%;
}

h4, h5, h6 {
	font-size: 135%;
}

div#footer {
    font-size: 8pt;
}

justify {
    text-align: justify;
}

p.news-item {
    font-size: 80%;
}
p.news-item a:active,
p.news-item a:hover,
p.news-item a:link,
p.news-item a:visited {
    text-decoration: none;
    border: 0;
}
p.news-item a:hover {
    border-bottom: 1px dotted #8b8b8b;
}
span.news-item-date {
    font-size: 8pt;
    font-weight: bold;
    color: #8b8b8b;
}

