.wall .intro a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #0000FF;
}

.wall .intro a:hover {
    color: #FF0000;
}

.wall a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #333333;
}

.wall a:hover {
	text-decoration: underline
}

a.wallNavLink, td.wallNavLink, div.wallNavLink  {
	color:#055A78;
	font-weight:bold;
	cursor:pointer
}

div.wallNavLink {
	background-color:#C2D5DC;
}

.wallNavLink td a{
	background-color:#C2D5DC;
	text-decoration: none;
}

.wallNavLink td a:hover{
	background-color:#e1f1f1;
	text-decoration: none;
}

#linkImgPane table {
    border-style: none;
    width: 100%;
    height: 100px;
}

#linkImgPane td {
    border-style: solid;
    border-width: 1px;
    height: 100px;
}

#linkImgPane img {
    height: 100px;
    width: 100px;
}			