/* CSS Document */
a.inner-link1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #598700;
	text-decoration:none;
}

a.inner-link1:hover{
	font-family: Tahoma;
	font-size: 12px;
	color: #598700;
	text-decoration:underline;
}
.head {
	font-family: Tahoma;
	font-size: 14px;
	color: #d71818;
	font-weight:bold;
}
a.email{
	text-decoration: none;
	font-family:Tahoma;
	color:#525456;
	font-size:11px;
}
a.email:hover{
	text-decoration: underline; 
	font-family:Tahoma;
	color:#525456;
	font-size:11px;
}
a.btn{
	text-decoration: none;
	font-family:Tahoma;
	color:#223f6b;
	font-size:11px;
}
a.btn:hover{
	text-decoration: underline; 
	font-family:Tahoma;
	color:#223f6b;
	font-size:11px;
}
a.you{
	font-family:Tahoma;
	color:#223f6b;
	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;
	text-decoration:none;
}
.link:hover{
	font-family:Tahoma;
	color:#333333;
	font-size:11px;
	text-decoration:underline;
}
a.homemenu{
	font-family:Tahoma;
	color:#545555;
	font-size:12px;
}
.homemenu:hover{
	font-family:Tahoma;
	color:#545555;
	font-size:12px;
	text-decoration:underline;
}

