a:link {
	text-decoration: underline;
	color: #1d2e54;
}

a:hover {
	text-decoration:underline;
	color: #1d2e54;
}

a:visited {
	color: #1d2e54;
	text-decoration: underline;

}
.linktext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
}
.bodytext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
.bodytext2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.bordergray {
	border: 1.5px solid #666666;
}
.borderwhite {
	border: 1.5px solid #ffffff;
}