img.pass
{
	width:		108px;
	height:		149px;
	margin-right:	10px;
	
	border:		1px forestgreen solid;

	float:		left;
}


div.link_logos
{
	width:		100%;
	text-align:	center;
	font-weight:	bold;
}

div.link_logos img
{
	width:		25%;
}

div.name
{
	font-weight:	bold;
	margin-top:	10px;
	margin-bottom:	10px;
}

div.tel
{
	margin-top:	10px;
}

div#main a img {
	vertical-align:	middle;
}

div.news {
	padding: 	5px; 
	border: 	1px forestgreen solid;
	margin-bottom: 	15px;
}

div.news h3{
	background-color:forestgreen;
	color:		white;
	padding:	3px;
}

.bold {
	font-weight:	bold;
}

a.pdf
{
	background-image:	url("/images/pdf_ico.gif");
	background-repeat:	no-repeat;
	background-position:	left 50%;

	padding-left: 22px;
}

@media print{
div.noprint{
	display: none;
}
}
