.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;

}
a.link {
	COLOR: #FC0202;
	text-decoration:none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
a.link:hover
{
COLOR: #000000;
text-decoration:none;
}

a.link1
{
	COLOR: #FF6600;
	text-decoration:none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
a.link1:hover
{
COLOR: #7f7f7f;
text-decoration:none;
}

.box
{
	border: 1px solid #000000;
}
.linktextbold
{
	DISPLAY: block;
	BACKGROUND: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	PADDING-BOTTOM: 3px;
	color: 00659C;

	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;

	PADDING-TOP: 3px;
	text-decoration: none;

}
a.linktextbold:hover
{
	COLOR: #00659C;

	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #333333;
	border-left-color: #333333;
		
	BACKGROUND: #DBF2FF;
	text-decoration:none;
	
}
.boxgrey {

	border: 1px solid #999999;
}
.boxorange {
	border: 1px solid #FF6600;
	color: #FF6600;
}
.boxyellow {

	border: 1px solid #EEC867;
	color: #FF6600;
}

