
/* links */
a, a:visited {
 text-decoration: none;
 color: #2180BC;
 background: inherit;
 font-size: 11px;
}
a:hover {
 color: #88ac0b;
 background: inherit;
 text-decoration: underline;
 font-size: 11px;
}
 
.arial11pxblack {
	font-family: tahoma, Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;

}
.arial12pxblack {
	font-family: tahoma, Arial;
	font-size: 12px;
	color: #000000;
}
.arial25pxbold {
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	color: #646464;
}
.tahoma11pxbold {
	font-family: tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #646464;
}
.tahoma12pxbold {
	font-family: tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #646464;
}
.tahoma11px {
	font-family: tahoma, Arial;
	font-size: 11px;
	color: #646464;
}
.arial15pxgrey {
	font-family: Arial;
	font-size: 14px;
	color: #666666;
}
.link {
	font-family: tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
	cursor: pointer;
}
