td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
li {
	list-style-type: square;
}
a {
	color: #0859A2;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

dt {
        font-weight: bold;
}

dd {
        margin-bottom: 10px;
#        margin-left: 20px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.news-subscribe-block {
    border: 1px solid blue;
    background: #fed3a0;
    text-align: center;
}

.news-subscribe-block .error {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: red;
    display: none;
}

.news-subscribe-block .msg-error {
    font-weight: bold;
    color: red;
    background: lightblue;
    padding: 2px;
    margin-bottom: 5px;
    border: 2px inset red;
}

.news-subscribe-block .msg-OK {
    font-weight: bold;
    color: blue;
    padding: 4px;
    margin-bottom: 5px;
}

.news-release {
    padding-right: 10px;
}

.news-heading {
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    color: #F79320;
}

.news-subheading {
    font-size: large;
    font-weight: bold;
    text-align: left;
    color: #F79320;
}
