.news
{
	text-align: justify;
}

.center
{
    width: 100%;
    text-align: center;
}

a.disabled
{
    color: gray;
}

a.disabled:hover
{
    color: gray;
}

.terms li
{
	margin-bottom: 0.7em;
	text-align: justify;
}

.down_arrow, .up_arrow
{
    width: 14px;
    height: 14px;
    background: url('../images/down.png');
    margin-top: 3px;
    float: left;
}
.up_arrow { background: url('../images/up.png'); }
.up_arrow:hover { background: url('../images/up_hover.png'); }
.down_arrow:hover { background: url('../images/down_hover.png'); }
.icon
{
	vertical-align: top;
	margin-top: 0.15em;
}