/* CSS Document */

a {
	font-family: "Trebuchet MS", Verdana, Geneva;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
}

a:visted {
	font-family: "Trebuchet MS", Verdana, Geneva;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
	color: #996600;
	text-decoration: none;
}

a.nav {
	font-family: "Trebuchet MS", Verdana, Geneva;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
}

a.nav:hover {
	font-family: "Trebuchet MS", Verdana, Geneva;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
	color: #CC3300;
	text-decoration: none;
}

a:hover {
	font-family: "Trebuchet MS", Verdana, Geneva;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
	color: #CC3300;
	text-decoration: none;
}

nav {
	font-family: "Trebuchet MS", Verdana, Geneva;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}


nav:hover {
	font-family: "Trebuchet MS", Verdana, Geneva;
	font-size: 13px;
	font-weight: normal;
	text-transform: lowercase;
	color: #CC3300;
	text-decoration: none;
}

.style3 {
	font-family: "Trebuchet MS", Verdana, Geneva;
	font-size: 14px;
}

.linkless {
	font-family: "Trebuchet MS", Verdana, Geneva;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.darklink{
	font-family: "Trebuchet MS", Verdana, Geneva;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.linkpagelink{
	font-family: "Trebuchet MS", Verdana, Geneva;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
}


.linkdesc{
	font-family: "Trebuchet MS", Verdana, Geneva;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}