.link {
	color: #666666;
	text-decoration: underline;
}

.link_a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3366CC;
	text-decoration: none;
	padding: 10 px;
	padding-left: 12px;
}

.link_a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6633;
	text-decoration: none;
}

.link_b {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 125%;
	font-weight: bold;
	font-variant: normal;
	color: #3366CC;
	text-decoration: none;
}

.link_b:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6633;
	background-image: url(images/pointer.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.barNav a{
	color:#3366CC;
	text-decoration:none;
	text-align:center;
	margin-right:2px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 2px;
	height: 25px;
	}

.barNav a:hover {
	color: #FF6633;
	background-image: url(images/pointer.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

body {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
}
