/* CSS for Left Column */
a:focus { outline:none; }

#top{
	color: #000000;
	font-family: arial;
	font-size: 83%;
	text-align: right;
	outline: none;
}

#top a{
	color: #000000;
	padding: 0px;
	font-family: arial;
	font-size: 83%;
	text-decoration: underline;
	outline-style: none;
}

#top a:hover{
	text-decoration: none;
	outline-style: none;
}

#emergency a{
	color: #FF0000;
	text-decoration: underline;
	font-family: arial;
	font-size: 83%;
	outline-style: none;
}

#emergency a:hover{
	color: #FF0000;
	text-decoration: none;
	font-family: arial;
	font-size: 83%;
	outline-style: none;
}

.texttop{
	font-size: 83%;
}