.articleHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}
.frameBorder
{
	border-size: 1;
	border: thin solid #000000;
}

a {
	text-decoration: none;
	cursor: hand;

}
a:link {
	color: #293E8C;
	text-decoration: none;
	cursor: hand;

}
a:visited {
	color: #293E8C;
	text-decoration: none;
	cursor: hand;
}
a:hover {
	font-style: italic;
	color: #293E8C;
	border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
	cursor: hand;
}
a:active {
	color: #293E8C;
	text-decoration: underlined;
	cursor: hand;
}