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

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

a.black{
    color		:#000000;
    font-weight         :bold;
}

a.blue{
    color		:#A5B4BA;
}

a.white{
    color		:#ffffff;
}


p.news {
	font-family	: arial, helvetica, verdana;
	font-size	: 9pt;
	color		: #000000;
	margin-left	: 0px;
	margin-right	: 30px;
	white-space	: 0.1pt;
	line-height	: 13px;
        text-align      : justify;
        border          : 0px solid red;
}

.desc {
	float		: left;
	width		: 200px;
	font-weight	: bold;
}

.field {
	float		: left;
	margin-bottom	: 5px;
}
.field input, .field select{
	width		: 150px;
}
.button {
	float		: left;
	width		: 355px;
	text-align	: right;
}
