﻿a
{
	color:Navy;
	text-decoration:none;
	 border:none;
}
img
{
	border:none;
}
.a
{
	cursor:hand;	
}
.a:hover
{
	text-decoration:underline;	
}

a:hover
{
	text-decoration:underline;
}
a.GrayOut
{
	color:Gray;
	text-decoration:none;	
}


.link_button
{
	color:#FF6600;
	text-decoration:none;
	cursor:hand;
	}

.link_button:hover
{
	text-decoration:underline;
}

.activeItem
{
	color:Green;
	text-decoration:none;
	cursor:hand;
	
}
.activeItem:hover
{
	text-decoration:underline;
}
