/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}
.font-blue{
   	color: #0085cf;
}
.font-height{
    line-height:18px;}
.font-14{
    font-size:14px;
	font-weight:bold;
}
a:link {
	color: #0085cf;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0085cf;
}
a:hover {
	text-decoration: underline;
	color: #0085cf;
}
a:active {
	text-decoration: none;
	color: #0085cf;
}
a.b:link {
	color: #75777b;
	text-decoration: none;
}
a.b:visited {
	text-decoration: none;
	color: #75777b;
}
a.b:hover {
	text-decoration: underline;
	color: #75777b;
}
a.b:active {
	text-decoration: none;
	color: #75777b;
}
a.c:link {
	color: #75777b;
	text-decoration: none;
}
a.c:visited {
	text-decoration: none;
	color: #75777b;
}
a.c:hover {
	text-decoration: none;
	color: #0085cf;
}
a.c:active {
	text-decoration: none;
	color: #75777b;
}
