@import url(css/style.css);
/*user and login control*/

A.user_objects:link,A.login_objects:link
{	
	text-decoration: underline;
}
A.user_objects:visited,A.login_objects:visited
{	
	text-decoration: underline;
}
A.user_objects:active,A.login_objects:active
{
	text-decoration: underline;
}
A.user_objects:hover,A.login_objects:hover
{
	text-decoration: none;
}
/*Privacy Statement / Terms and Conditions / Web Apps by Viparious*/
A.Bottom_Link:link, .ac A:link
{
	text-decoration: underline;
}
A.Bottom_Link:visited, .ac A:visited
{
	text-decoration: underline;
}
A.Bottom_Link:active, .ac A:active
{
	text-decoration: underline;
}
A.Bottom_Link:hover, .ac A:hover
{
	text-decoration: none;
}
/*Breadcrumb Link*/
A.Breadcrumb_Link:link
{
	color: #000000;
	text-decoration: underline;
}
A.Breadcrumb_Link:visited
{
color: #000000;
	text-decoration: underline;
}
A.Breadcrumb_Link:active
{
color: #000000;
	text-decoration: underline;
}
A.Breadcrumb_Link:hover
{
	color: #000000;
	text-decoration: none;
}

