
A:active {
	text-decoration : underline;
	color : #2517CE;
}

A:hover {
	text-decoration : underline;
	color : #2517CE;
}

A:link {
	text-decoration : underline;
	color : #2517CE;
}

A:visited {
	text-decoration : underline;
	color : #2517CE;
}

PRE {
	font-family : "Courier New", Courier, monospace;
	font-size : 11px;
	color : #ffffff;
}

.header {
	font-family : "Times New Roman", Times, serif;
	font-size : 15px;
	color : #333333;
	font-weight : bold;
}

.normal {
	font-family : "Times New Roman", Times, serif;
	font-size : 13px;
	color : #666666;
}

.normalind {
	font-family : "Times New Roman", Times, serif;
	font-size : 13px;
	color : #666666;
	margin-left : 10px;
}

.column {
	font-family : "Times New Roman", Times, serif;
	font-size : 15px;
	color : #666666;
}

.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #666666;
}

.footerbig {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #666666;
}

.footerlk {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #666666;
	text-decoration : underline;
}