div.linija {
	background-color: none;
	color: #b2b2b2;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-style: normal;
	font-size: 10px;
	display: inline;
	text-decoration: none;
}

div.caps {
	background-color: none;
	color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	display: inline;
	text-decoration: none;
}

div.normal {
	background-color: none;
	color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-style: normal;
	font-size: 10px;
	display: inline;
	text-decoration: none;
}

div.normalselected {
	background-color: none;
	color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-style: normal;
	font-size: 10px;
	display: inline;
	text-decoration: underline;
}

div.greycaps {
	background-color: none;
	color: #b2b2b2;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	display: inline;
	text-decoration: none;
}

div.grey {
	background-color: none;
	color: #b2b2b2;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-style: normal;
	font-size: 10px;
	display: inline;
	text-decoration: none;
}

.grey:hover {
	text-decoration: underline;
	background-color: none;
	color: #b2b2b2;
}

body, a {
	background-color: none;
	color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-style: normal;
	font-size: 10px;
	text-decoration: none;
	display: inline;
}

a:hover {
	text-decoration: underline;
	background-color: #none;
	color: #000000;
}