/* CSS Document */
a.top-link {
	font-family: Tahoma;
	font-size: 12px;
	color: #434040;
}

a.top-link:hover{
	font-family: Tahoma;
	font-size: 12px;
	color: #dc0000;
	text-decoration:underline;
}
a.procedures {
	font-family: Tahoma;
	font-size: 12px;
	color: #82754a;
}

a.procedures:hover{
	font-family: Tahoma;
	font-size: 12px;
	color: #82754a;
	text-decoration:underline;	
}
a.footer{
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
}
a.footer:hover{
	text-decoration: underline; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
}
a.footer1{
	text-decoration: none;
	font-family:Tahoma;
	color:#795e49;
	font-size:11px;
}
a.footer1:hover{
	text-decoration: underline; 
	font-family:Tahoma;
	color:#795e49;
	font-size:11px;
}
a.you{
	font-family:Tahoma;
	color:#5c5c5c;
	font-size:11px;
}
.you:hover{
	font-family:Tahoma;
	color:#5c5c5c;
	font-size:11px;
	text-decoration:underline;
}
a.link{
	font-family:Tahoma;
	color:#333333;
	font-size:11px;
}
.link:hover{
	font-family:Tahoma;
	color:#333333;
	font-size:11px;
	text-decoration:underline;
}
a.const{
	font-family:Tahoma;
	color:#81CB2E;
	font-size:12px;
}
.const:hover{
	font-family:Tahoma;
	color:#81CB2E;
	font-size:12px;
	text-decoration:underline;
}
