.head {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #0b2349;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676767;
}
.head_small {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #0b2349;
}
a.someLink
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #FFFFFF;
	font-weight:bolder;
}

a:hover.someLink{
	text-decoration:underline;
	color:#0a2348;
}
.visited {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #676767;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	list-style-position: outside;
	list-style-image: url(images/point.gif);
}
