/* CSS Document */

a:link {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	text-align: left;
}
a:visited {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
a:hover {
	color: #000099;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	border-left-color: #5153A8;
	border-left-width: thin;
}
a:active {
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}



a.top-link:link {
	color: #FFFFFF;
	font-weight: lighter;
	text-decoration: none;
	font-style: normal;
	font-size: 15px;
	font-family:  "Arial", "Helvetica", "sans-serif";
	background-color: #5153A8;
	width: 150px;
	text-align: right;
	white-space: normal;
	display: block;
	padding: 2px;
	border: 1px solid #000000;
}
a.top-link:visited {
	color: #FFFFFF;
	font-weight: lighter;
	text-decoration: none;
	font-style: normal;
	font-size: 15px;
	font-family: "Arial", "Helvetica", "sans-serif";
	background-color: #5153A8;
	width: 150px;
	text-align: right;
	white-space: normal;
	display: block;

	border: 1px solid #000000;
	padding: 2px;
}
a.top-link:hover {
	color: #5153A8;
	font-weight: lighter;
	text-decoration: none;
	font-style: normal;
	font-size: 15px;
	font-family: "Arial", "Helvetica", "sans-serif";
	background-color: #FFFFFF;
	width: 150px;
	text-align: right;
	white-space: normal;
	display: block;
	
	border: 1px solid #000000;
		padding: 2px;
}