/* CSS Document */

/* CSS Document */

a.nav {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	text-align: left;
	text-decoration: none;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 13px;
}

a.nav:visited {}

a.nav:hover {
	color: #000000;
}

a.nav:active {
	color: #000000;
}

a.navtemp {
	display: block;
	color: #FF6600;
	font-weight: bold;
	height: 20px;
	text-align: left;
	text-decoration: none;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 13px;
}

a.navtemp:visited {}

a.navtemp:hover {
	color: #000000;
}

a.navtemp:active {
	color: #000000;
}