a {
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
	font-weight:bold;
  line-height: 18px;
}

a:hover {
	color: #DCC1DB;
	text-decoration: none;
}

.active {
	color: #DCC1DB;
	text-decoration: none;
}



.bodylink {
color: #812981;
	font-size: 13px;
}

.bodylink:hover {
	color: #707173;
	text-decoration: none;
}

.smalllink {
color: #000000;
	font-size: 10px;
	font-weight:normal;
}

.smalllink:hover {
	font-size: 10px;
	color: #812981;
	text-decoration: none;
}


ul.nav {
  list-style-type: none;
  padding: 0;
  margin-left: 26px;
  margin-top: 5px;
   margin-bottom: 5px;
}

.nav a:link, .nav a:visited {
  display: block;
  width: 400px;
  padding: 0px 0px 0px 25px;
	font-size: 13px;
  color: #812981;
  background: url(../img/in_page_arrow.jpg) no-repeat top left;
  text-decoration: none;
  line-height: 19px;
}

.nav a:hover {
  color: #000000;
    text-decoration: underline;
}

.navactive {
  color: #000000;
    text-decoration: underline;
}

ul#blognav {
  list-style-type: none;
  padding: 0;
  margin-left: 1px;
  margin-top: 0px;
   margin-bottom: 0px;
}

#blognav a:link, #blognav a:visited {
  display: block;
  width: 400px;
  padding: 0px 0 0px 25px;
	font-size: 13px;
  line-height: 19px;
  color: #ffffff;
  background: url(../img/in_page_arrow_reverse.jpg) no-repeat top left;
  text-decoration: none;
}

#blognav a:hover {
  color: #DCC1DB;
    text-decoration: none;
	
}
	
