.basicTxt {
	font-family: "Lucida Grande", Geneva, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	margin: 10px;
	color: #333333;
}
.basicTitle {
	font-family: "Lucida Grande", Geneva, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight:bold;
	line-height: 16px;
	margin: 10px;
	color: #6C6A9C;
}

.tdOver {
  color: #000;
  background: #66669A;
}

a:link {
	color: #4D779A;
	
	text-decoration: none;
	}

a:visited {
	color: #9A5391;
	
    text-decoration: none;
	}

a:hover {
	color: #FF0033;
	text-decoration: none;
	border-bottom:  0px;
	text-decoration: none;
	}

a:active {
	color: #FF0033;
	}

a:link.nav { color: #6C6A9C; border-bottom:  0px; text-decoration: none } 
a:active.nav { color: #6C6A9C; border-bottom:  0px; text-decoration: none } 
a:visited.nav { color: #6C6A9C; border-bottom:  0px; text-decoration: none } 
a:hover.nav { color: #6C6A9C; border-bottom:  0px; text-decoration: none }

.profile-img {
	float:left;
	margin:0 8px 0 0;
	border:1px solid #A2907D;
	padding:2px;
  }
  
ul li {
    font-family: "Lucida Grande", Geneva, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 175%;
	color: #333333;
	margin-left: 170px;
}

hr {
	color: #999;
	width: 700px;
	margin: 20px auto 20px auto;
}