a:link {
	text-decoration: none;
	color: #00008B;
}
a:visited {
	text-decoration: none;
	color:#00008B;
}
a:active {
	color: #00008B;
}
a:hover {
	text-decoration: underline;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00008B;
	background-color: #005899;
}

.middel {
	text-align: center;
}

.line {
	text-decoration: underline;
	color: #00008B;
}

.fat {
	font-weight: bold;
}

.buttons {
	text-align: center;
	font-weight: bold;
}

.underlinelink {
	a:link {
		text-decoration: none;
		color: #00008B;
}

.arrow {
	cue-after: url(images/forward_arrow.gif);
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #00008B;
}



