.text {
	font-family: Arial,Tahoma ;
	font-size: 12px;
	color: #1a3761;
}

.texttitle {
	font-family: Arial,Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #1a3761;
}
.texttitle_lrg {
	font-family: Times New Roman, Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #1a3761;
}

.link:link {
	font-family: Arial,Tahoma;
	font-size: 12px;
	color: #1a3761;
	text-decoration: underline;
}
.link:visited {
	font-family: Arial,Tahoma;
	font-size: 12px;
	color: #1a3761;
	text-decoration: underline;
}
.link:hover {
	font-family:Arial,Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.link:active {
	font-family: Arial,Tahoma;
	font-size: 12px;
	color: #1a3761;
text-decoration: underline;
}
.copyright {

	font-family: Arial,Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.copy:link {

	font-family: Arial,Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.copy:visited {


	font-family: Arial,Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.copy:hover {

	font-family: Arial,Tahoma;
	font-size: 10px;
	color: #1a3761;
	text-decoration: none;
}
.copy:active {

	font-family: Arial,Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.border {
	border: 1px solid #1a3761;
}