/*---------Site Defaults----------*/
a:link 
{ 
	color: Gray;
	font-family: verdana;
	font-size:18px;
       	text-decoration: none;
}
a:active 
{ 
	color: Gray;
	font-family: verdana;
	font-size:18px;
       	text-decoration: none;
}
a:visited 
{ 
	color: Gray;
	font-family: verdana; 
	font-size:18px;
       	text-decoration: none;
}
a:hover 
{
	color: #A03437;
	font-family: verdana;
	font-size: 18px;
       	text-decoration: none;
}
/*---------Bottom menu----------*/
.Bottommenu a:link 
{ 
	color: #7c7c7c;
	font-family: verdana;
font-weight:bold;
	font-size:11px;
       	text-decoration: none;
}
.Bottommenu a:active 
{ 
	color: #7c7c7c;
	font-family: verdana;
font-weight:bold;
	font-size:11px;
       	text-decoration: none;
}
.Bottommenu a:visited 
{ 
	color: #7c7c7c;
	font-family: verdana;
font-weight:bold;
	font-size:11px;
       	text-decoration: none;
}
.Bottommenu a:hover 
{
	color: #7c7c7c;
	font-family: verdana;
font-weight:bold;
	font-size:11px;
       	text-decoration: none;
}