/* basic style */
body {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background-color: #FFFFFF;
	text-align: left;
	font-size:12px;
	/*font-family: url(./public/css/geosanslight.ttf);*/
	font-family: Arial;
}
img {
	border: 0px;	
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
h1 {
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a.lnk, a.lnk:hover, a.lnk:visited  {
	font-size: 12px;
	text-decoration:none;
	color:#7c7c7c;
}

a.active_image, a.active_image:hover, a.active_image:visited  {
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}

.shorttext {
	font-size: 11px;
}

.shorttext P{
	font-size: 11px;
}

.date {
/*	background: #CCCCCC; */padding: 1px;
	color: #000000;
	margin-bottom: 3px;
}

.date A, .date a:hover, .date a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

