.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0024C0;
	text-decoration: none;
	font-weight: bold;
}

.text:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #ff8a00;
	text-decoration: none;
	font-weight: bold;


}

.text1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}



.border
{
	border-right-width: thin;
border-LEFT-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #ff8a00;
	border-LEFT-color: #ff8a00;
}


.border1
{
	border-right-width: thin;
	border-LEFT-width: thin;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #ff8a00;
	border-LEFT-color: #ff8a00;
	border-bottom-width: thin;
	border-bottom-color: #ff8a00;
}


