﻿body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

A { color: #3333CC; text-decoration: none; }
A:visited { color: #663399; /* #5a3696 */ }
A:hover { text-decoration: underline; }
A:active { color: #FFAA00; text-decoration: underline; }

A.extern { 
	color: #3366CC;
	background-image: url('images/external.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 11pt;
}

p {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-align: middle;
	line-height: 1.5;
	float: none;
}

.footer {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: gray;
	padding-top: 4px;
	font-family: georgia;
	font-size: 14px;
	float: left;
}

.footer p {
	margin: 0px;
	padding: 0px;
	float: left;
}

.footer img {
	margin: 3px 4px 0px 4px;
	padding: 0px;
	float: none;
}

#service_link {
	background-image: url("images/qrbg.gif"); 
	background-position: center left;
	background-repeat: no-repeat;
	margin: 2px 2px 2px 6px;
	padding: 10px 5px 10px 40px;
	font-size: larger;
	font-weight: bold;
}

.error { color: red; font-weight: bold; font-family: arial, sans-serif; }

.tagnew { color: #FF9900; 			/* dark yellow */ }
.tagupdated { color: #00AA00; 	/* light green */}
.tagdate { color: #808080; 			/* silver/gray */ }
.tagunavailable { color: #CC0000;  /* darkish red */ }
