.text {
	color: #000000;
	font-family: "Lucida Sans Unicode", verdana, helvetica;
	font-size: 10pt;
}
.text a{
	color: #fd4e00;
	font-family: "Lucida Sans Unicode", verdana, helvetica;
	font-size: 10pt;
	text-decoration: none;	
}
.text a:hover{
	color: #fd4e00;
	font-family: "Lucida Sans Unicode", verdana, helvetica;
	font-size: 10pt;
	text-decoration: underline;	
}
.boldtext {
	color: #000000;
	font-family: "Lucida Sans Unicode", verdana, helvetica;
	font-size: 10pt;
	font-weight: bold;
}
.boldtext a{
	color: #fd4e00;
	font-family: "Lucida Sans Unicode", verdana, helvetica;
	font-size: 10pt;
	text-decoration: none;	
	font-weight: bold;	
}
.boldtext a:hover {
	color: #fd4e00;
	font-family: "Lucida Sans Unicode", verdana, helvetica;
	font-size: 10pt;
	text-decoration: underline;	
	font-weight: bold;
	
}

.boldital {
	color: #000000;
	font-family: "Lucida Sans Unicode", verdana, helvetica;
	font-size: 10pt;
	font-weight: bold;
	font-style : italic;
}
.ital {
	color: #000000;
	font-family: "Lucida Sans Unicode", verdana, helvetica;
	font-size: 10pt;
	font-weight: normal;
	font-style : italic;
}
.button {
	background-color : #fd4e00;
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", verdana, helvetica;
	font-size: 10pt;
	font-weight: bold;
}
.button A {
	color: #FFFFFF;
	text-decoration: none;
}
.button A:hover {
	color: #CCCCff;
	background-color: Black;
	text-decoration: none;
}

.title {
	color: #fd4e00;
	font-family: "Lucida Sans Unicode", verdana, helvetica;
	font-size: 12pt;
	text-decoration: none;	
	font-weight: bold;
}
.line {
	background-color: #000000;
}