/* CSS Document */

a.txtlnx:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313A7C;
	text-decoration: none;
	font-weight: normal;
}
a.txtlnx:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313A7C;
	text-decoration: underline;
	font-weight: normal;
}
a.txtlnx:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313A7C;
	background-color:#FFCC66;
	text-decoration: none;
	cursor: hand;
}
a.navlnx:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background-color: #313A7C;
	display: block;
	height: 17px;
	padding-top: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
a.navlnx:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background-color: #313A7C;
	display: block;
	height: 17px;
	padding-top: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
a.navlnx:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313A7C;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;
	height: 17px;
	padding-top: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #FFCC66;
}
