body{font-size: 10pt; color:#464646}
th, td, input, select, textarea, checkbox{  color:#464646;font-family: "Arial"; font-size: 10pt;line-height: 14pt;}}
body, th, td, input, select, textarea, checkbox {font-family: "Arial"; font-size: 10pt;line-height: 16pt;}

a:link          {text-decoration: none; color:#06F;}
a:visited       {text-decoration: none; color:#06F;}
a:active        {text-decoration: underline; color:#06F;}
a:hover         {text-decoration: underline; color:#FD7108;}


.map {
	font-family: "Arial", "Helvetica", "sans-serif";
/*	font-size: 10pt;*/
	color: #0035FC;
	padding: 0px;
/*
	padding-left: 0px;
	padding-bottom: 0px;
*/
}
.map a{
	font-family: "Arial", "Helvetica", "sans-serif";
/*	font-size: 10pt;*/
	color: #0035FC;
	text-decoration: none;

}

.map a:visited{
    color: #0035FC;
}

.map a:hover{
	font-family: "Arial", "Helvetica", "sans-serif";
/*	font-size: 10pt;*/
	color: #000000;
	text-decoration: underline;
}

.top .date{color:#333; font-weight:bold;}
.top a{color:#e70606; font-weight:bold;}

.btn{
	display:inline-block;
	padding:5px 12px;
	font-size:15px; font-weight:700;
	border:1px solid #2693ff;
	border-radius:5px;
}
.btn:hover{
	text-decoration:none;
	border-color:#FD7108;
}